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

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

FancyMermaidDressUp.swf

This is the info page for
Flash #113419

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


Text
Play

Play

Play

Dress Up

Mermaid

Full Screen

Full Screen

Exit Full Screen

Exit Full Screen

More Games

More Games

Clear

Clear

Dress Up

Dress Up

Accessories

Accessories

Makeover

Makeover

Finish

Finish

Finish

Finish

Finish

Finish

Dress Up

Dress Up

Print

Print

Replay

Replay

BG

BG

ActionScript [AS1/AS2]

Frame 1
function rightclick() { getURL ("http://www.bbdressup.com"); } stop(); stop(); var fmm01_menu = new ContextMenu(); fmm01_menu.hideBuiltInItems(); _root.menu = fmm01_menu; var item = new ContextMenuItem("http://www.bbdressup.com", rightclick); fmm01_menu.customItems[0] = item; preloaderAnimation_mc._x = Stage.width / 2; preloaderAnimation_mc._y = Stage.height / 2; preloaderAnimation_mc.pinkBox_mc._width = Stage.width; preloaderAnimation_mc.pinkBox_mc._height = Stage.height; preloaderAnimation_mc.mainText_mc._width = (Stage.width / 8) * 7; preloaderAnimation_mc.mainText_mc._yscale = preloaderAnimation_mc.mainText_mc._xscale; preloaderAnimation_mc.mainText_mc._x = preloaderAnimation_mc.intro_mc._x; preloaderAnimation_mc.mainText_mc._y = preloaderAnimation_mc.pinkBox_mc._height / 2; preloaderAnimation_mc.intro_mc.gotoAndStop(1); preloaderAnimation_mc.intro_mc._visible = false; twinkleGenerator_mc._visible = false; preloaderAnimation_mc.progress_mc.gotoAndStop(1); var _percent; var _total; var _loaded; var _PLAY = 0; rectMask_mc._height = 1; this.onEnterFrame = function () { var _local3 = this.getBytesLoaded(); var _local4 = this.getBytesTotal(); var _local5 = Math.round((_local3 / _local4) * 100); rectMask_mc._yscale = _local5; if (_local3 >= _local4) { _root.preloader.chibi_mc.gotoAndStop(2); delete this.onEnterFrame; } }; play = function () { gotoAndStop (3); };
Frame 2
function rightclick() { getURL ("http://www.bbdressup.com"); } stop(); var fmm01_menu = new ContextMenu(); fmm01_menu.hideBuiltInItems(); _root.menu = fmm01_menu; var item = new ContextMenuItem("http://www.bbdressup.com", rightclick); fmm01_menu.customItems[0] = item;
Frame 3
function __com_mochibot__(swfid, mc, lv, trk) { var x; var g; var s; var fv; var sb; var u; var res; var mb; var mbc; var pv; mb = "__mochibot__"; mbc = "mochibot.com"; g = (_global ? (_global) : (_level0._root)); if (g[mb + swfid]) { return(g[mb + swfid]); } s = System.security; x = mc._root.getSWFVersion; fv = (x ? (mc.getSWFVersion()) : ((_global ? 6 : 5))); if (!s) { s = {}; } sb = s.sandboxType; if (sb == "localWithFile") { return(null); } x = s.allowDomain; if (x) { s.allowDomain(mbc); } x = s.allowInsecureDomain; if (x) { s.allowInsecureDomain(mbc); } pv = ((fv == 5) ? (getVersion()) : (System.capabilities.version)); u = (((((((((((("http://" + mbc) + "/my/core.swf?mv=8&fv=") + fv) + "&v=") + escape(pv)) + "&swfid=") + escape(swfid)) + "&l=") + lv) + "&f=") + mc) + (sb ? ("&sb=" + sb) : "")) + (trk ? "&t=1" : ""); lv = ((fv > 6) ? (mc.getNextHighestDepth()) : ((g[mb + "level"] ? (g[mb + "level"] + 1) : (lv)))); g[mb + "level"] = lv; if (fv == 5) { res = "_level" + lv; if (!eval (res)) { loadMovieNum (u, lv); } } else { res = mc.createEmptyMovieClip(mb + swfid, lv); res.loadMovie(u); } return(res); } __com_mochibot__("34367396", this, 10301, true); function rightclick() { getURL (""); } stop(); Stage.showMenu = true; var fmm01_menu = new ContextMenu(); fmm01_menu.hideBuiltInItems(); _root.menu = fmm01_menu; var item = new ContextMenuItem("", rightclick); fmm01_menu.customItems[0] = item; function start_link() { gotoAndPlay (113); trace("ok"); } function domain_link() { getURL ("", "_blank"); trace("ok"); } function sound_click() { btn_sound = new Sound(this.btn_mc2); btn_sound.attachSound("click"); btn_sound.setVolume(50); btn_sound.start(0, 1); } stop(); begin_btn.onRelease = function () { start_link(); }; begin_btn.onRollOver = function () { this.gotoAndStop(2); sound_click(); }; begin_btn.onRollOut = (begin_btn.onReleaseOutside = function () { this.gotoAndStop(1); }); domain_btn.onRelease = function () { domain_link(); }; domain_btn.onRollOver = function () { this.gotoAndStop(2); sound_click(); }; domain_btn.onRollOut = (domain_btn.onReleaseOutside = function () { this.gotoAndStop(1); });
Frame 4
function saveit() { mov = new Array(); frm = new Array(); vis = new Array(); for (var i in movarr) { var tmpmc = eval ((mainmc + ".") + movarr[i]); var hitmc = this.body; if (tmpmc.hitTest(hitmc)) { mov.push(new Array(movarr[i], int(tmpmc._x), int(tmpmc._y))); } } for (var i in frmarr) { var tmpmc = eval ((mainmc + ".") + frmarr[i]); if (tmpmc._currentframe != 1) { frm.push(new Array((mainmc + ".") + frmarr[i], tmpmc._currentframe)); } } for (var i in visarr) { var tmpmc = eval ((mainmc + ".") + visarr[i]); vis.push(new Array(visarr[i], tmpmc._visible)); } savestr = (((("&mov=" + mov.join("|")) + "&frm=") + frm.join("|")) + "&vis=") + vis.join("|"); return(savestr); } function s1_sd() { _root.bg1_sound = new Sound(); _root.bg1_sound.attachSound("s1"); _root.bg1_sound.start(); _root.bg1_sound.setVolume(100); } function en_sd() { _root.bg1_sound = new Sound(); _root.bg1_sound.attachSound("en_sd"); _root.bg1_sound.start(); _root.bg1_sound.setVolume(100); } function good_sd() { _root.bg1_sound = new Sound(); _root.bg1_sound.attachSound("good"); _root.bg1_sound.start(); _root.bg1_sound.setVolume(100); } function hi_sd() { _root.bg1_sound = new Sound(); _root.bg1_sound.attachSound("hi_sd"); _root.bg1_sound.start(); _root.bg1_sound.setVolume(100); } function kacha_sd() { _root.bg1_sound = new Sound(); _root.bg1_sound.attachSound("kacha_sd"); _root.bg1_sound.start(); _root.bg1_sound.setVolume(100); } function btn_go(_mc) { for (var _local6 in _mc) { if ((typeof(_mc[_local6]) == "movieclip") && (_mc[_local6]._name.substr(0, 1) == "b")) { _mc[_local6].onRelease = function () { var _local4 = this._name.substr(1, 1); var _local3 = Number(this._name.substr(2, 2)); _root.kacha_sd(); _root.sg_mc.play(); _root.model_mc["dress" + _local4].gotoAndStop(_local3); if (_local4 == 6) { _root.model_mc.dress7.gotoAndStop(_local3); } }; } } } function load_fun() { _loc1 = this; var _local3 = 8; var _local2 = 1; while (_local2 < _local3) { _loc1.btn_go(_loc1["mc0" + _local2]); _loc1["mc0" + _local2]._alpha = 0; _loc1["mc0" + _local2].mask_btn._visible = true; _loc1["mc0" + _local2].de = this["mc0" + _local2].getDepth(); _loc1["btn" + _local2].act = true; _local2++; } } function btn_fun() { for (var _local5 in this) { if ((typeof(this[_local5]) == "object") && (this[_local5]._name.substr(0, 3) == "btn")) { this[_local5].onRelease = function () { var _local4 = Number(this._name.substr(3, 1)); var _local3 = _root["mc0" + _local4]; if (this.act == true) { effect_mc(_local3); this.act = false; } else { _local3.mask_btn._visible = true; go_alpha = new mx.transitions.Tween(_local3, "_alpha", mx.transitions.easing.Strong.easeOut, 100, 0, 20, false); this.act = true; } }; } if ((typeof(this[_local5]) == "movieclip") && (this[_local5]._name.substr(0, 2) == "mc")) { } } } function effect_mc(m) { var _local2 = 8; m.mask_btn._visible = false; m.swapDepths(m._parent.getNextHighestDepth()); go_alpha = new mx.transitions.Tween(m, "_alpha", mx.transitions.easing.Strong.easeOut, 0, 100, 20, false); } function dep_re() { var _local2 = 1; while (_local2 < 8) { var _local3 = _root["mc0" + _local2]; _local3.swapDepths(_local3.de); _local2++; } } function close_btn(n) { var _local2 = this["mc0" + n]; var _local3 = this["btn" + n]; _local2.mask_btn._visible = true; _local2.swapDepths(_local2.de); go_alpha = new mx.transitions.Tween(_local2, "_alpha", mx.transitions.easing.Strong.easeOut, 100, 0, 20, false); _local3.act = true; } function clear_ini() { _root.model_mc.top1_mc.gotoAndStop(1); _root.model_mc.top2_mc.gotoAndStop(1); _root.model_mc.top3_mc.gotoAndStop(1); _root.model_mc.bot2_mc.gotoAndStop(1); _root.model_mc.bot1_mc.gotoAndStop(1); _root.model_mc.shoes_mc.gotoAndStop(1); _root.model_mc.jew01_mc.gotoAndStop(1); _root.model_mc.jew02_mc.gotoAndStop(1); _root.model_mc.cap_mc.gotoAndStop(1); _root.model_mc.bag_mc.gotoAndStop(1); _root.model_mc.waitao_mc.gotoAndStop(1); _root.model_mc.dress6.underwear1_mc._visible = true; _root.model_mc.dress6.underwear2_mc._visible = true; var _local2 = 1; while (_local2 < 22) { _root["on_clothing" + _local2]._visible = true; _root["on_clothing" + _local2] = undefined; _local2++; } } function clear_skin() { var _local2 = 1; while (_local2 < 8) { _root.model_mc["dress" + _local2].gotoAndStop(1); _local2++; } } function girl(x1, y1, s) { if (this.model_mc.x0 && (this.model_mc.y0)) { this.model_mc._x = this.model_mc.x0 + x1; this.model_mc._y = this.model_mc.y0 + y1; this.model_mc._xscale = (this.model_mc._yscale = s); this.model_mc._rotation = 0; } trace(this.model_mc._x); } function third_ch_ini() { for (var _local5 in this) { if ((typeof(this[_local5]) == "movieclip") && (this[_local5]._name.substr(0, 1) == "a")) { this[_local5].onPress = function () { var _local3 = this._name.substr(1, 1); var _local4 = this._name.substr(2, 2); trace(_local3); this._visible = false; _root.mc_drag = _root.attachMovie(("a" + _local3) + _local4, "_mc", 1); _root.mc_drag._xscale = _root.scaleNo; _root.mc_drag._yscale = _root.scaleNo; _root.mc_drag._x = _root._xmouse - 20; _root.mc_drag._y = _root._ymouse - 20; _root.mc_drag.startDrag(); }; this[_local5].onReleaseOutside = function () { s1_sd(); _root.mc_drag.removeMovieClip(); if ((((((this != _root.on_clothing1) && (this != _root.on_clothing2)) && (this != _root.on_clothing3)) && (this != _root.on_clothing4)) && (this != _root.on_clothing5)) && (this != _root.on_clothing6)) { if (_root.model_mc.hitTest(_xmouse, _ymouse)) { if (this._name.substr(0, 2) == "a1") { var _local3 = Number(this._name.substr(2, 2)) + 1; if (_root.on_clothing1 != undefined) { _root.on_clothing1._visible = true; _root.on_clothing1 = undefined; } if (_root.on_clothing2 != undefined) { _root.on_clothing2._visible = true; _root.on_clothing2 = undefined; _root.model_mc.top2_mc.gotoAndStop(1); } if (_root.on_clothing3 != undefined) { _root.on_clothing3._visible = true; _root.on_clothing3 = undefined; _root.model_mc.bot1_mc.gotoAndStop(1); } if (_root.on_clothing4 != undefined) { _root.on_clothing4._visible = true; _root.on_clothing4 = undefined; _root.model_mc.top2_mc.gotoAndStop(1); } if (_root.on_clothing5 != undefined) { _root.on_clothing5._visible = true; _root.on_clothing5 = undefined; _root.model_mc.bot2_mc.gotoAndStop(1); } this._visible = false; _root.on_clothing1 = this; _root.model_mc.top1_mc.gotoAndStop(_local3); _root.model_mc.top3_mc.gotoAndStop(1); _root.model_mc.dress6.underwear1_mc._visible = false; _root.model_mc.dress6.underwear2_mc._visible = false; } if (this._name.substr(0, 2) == "at") { var _local3 = Number(this._name.substr(2, 2)) + 1; if (_root.on_clothing1 != undefined) { _root.on_clothing1._visible = true; _root.on_clothing1 = undefined; } if (_root.on_clothing2 != undefined) { _root.on_clothing2._visible = true; _root.on_clothing2 = undefined; _root.model_mc.top2_mc.gotoAndStop(1); } if (_root.on_clothing3 != undefined) { _root.on_clothing3._visible = true; _root.on_clothing3 = undefined; _root.model_mc.bot1_mc.gotoAndStop(1); } if (_root.on_clothing4 != undefined) { _root.on_clothing4._visible = true; _root.on_clothing4 = undefined; _root.model_mc.top2_mc.gotoAndStop(1); } if (_root.on_clothing5 != undefined) { _root.on_clothing5._visible = true; _root.on_clothing5 = undefined; _root.model_mc.bot2_mc.gotoAndStop(1); } this._visible = false; _root.on_clothing1 = this; _root.model_mc.top3_mc.gotoAndStop(_local3); _root.model_mc.top1_mc.gotoAndStop(1); _root.model_mc.dress6.underwear1_mc._visible = false; _root.model_mc.dress6.underwear2_mc._visible = false; } if (this._name.substr(0, 2) == "a2") { var _local3 = Number(this._name.substr(2, 2)) + 1; if (_root.on_clothing1 != undefined) { _root.on_clothing1._visible = true; _root.on_clothing1 = undefined; _root.model_mc.top1_mc.gotoAndStop(1); _root.model_mc.dress6.underwear2_mc._visible = true; } if (_root.on_clothing4 != undefined) { _root.on_clothing4._visible = true; _root.on_clothing4 = undefined; _root.model_mc.top3_mc.gotoAndStop(1); _root.model_mc.dress6.underwear2_mc._visible = true; } if (_root.on_clothing2 != undefined) { _root.on_clothing2._visible = true; _root.on_clothing2 = undefined; } this._visible = false; _root.on_clothing2 = this; _root.model_mc.top2_mc.gotoAndStop(_local3); _root.model_mc.dress6.underwear1_mc._visible = false; } if (this._name.substr(0, 2) == "a3") { var _local3 = Number(this._name.substr(2, 2)) + 1; if (_root.on_clothing1 != undefined) { _root.on_clothing1._visible = true; _root.on_clothing1 = undefined; _root.model_mc.top1_mc.gotoAndStop(1); _root.model_mc.dress6.underwear1_mc._visible = true; } if (_root.on_clothing3 != undefined) { _root.on_clothing3._visible = true; _root.on_clothing3 = undefined; } if (_root.on_clothing5 != undefined) { _root.on_clothing5._visible = true; _root.on_clothing5 = undefined; _root.model_mc.bot2_mc.gotoAndStop(1); _root.model_mc.dress6.underwear1_mc._visible = true; } _root.on_clothing3 = this; _root.model_mc.bot1_mc.gotoAndStop(_local3); _root.model_mc.dress6.underwear2_mc._visible = false; } if (this._name.substr(0, 2) == "a4") { var _local3 = Number(this._name.substr(2, 2)) + 1; if (_root.on_clothing1 != undefined) { _root.on_clothing1._visible = true; _root.on_clothing1 = undefined; _root.model_mc.top1_mc.gotoAndStop(1); _root.model_mc.dress6.underwear2_mc._visible = true; } if (_root.on_clothing2 != undefined) { _root.on_clothing2._visible = true; _root.on_clothing2 = undefined; _root.model_mc.top2_mc.gotoAndStop(1); _root.model_mc.dress6.underwear2_mc._visible = true; } if (_root.on_clothing4 != undefined) { _root.on_clothing4._visible = true; _root.on_clothing4 = undefined; } this._visible = false; _root.on_clothing4 = this; _root.model_mc.top3_mc.gotoAndStop(_local3); _root.model_mc.dress6.underwear1_mc._visible = false; } if (this._name.substr(0, 2) == "a5") { var _local3 = Number(this._name.substr(2, 2)) + 1; if (_root.on_clothing1 != undefined) { _root.on_clothing1._visible = true; _root.on_clothing1 = undefined; _root.model_mc.top1_mc.gotoAndStop(1); _root.model_mc.dress6.underwear1_mc._visible = true; } if (_root.on_clothing5 != undefined) { _root.on_clothing5._visible = true; _root.on_clothing5 = undefined; } if (_root.on_clothing3 != undefined) { _root.on_clothing3._visible = true; _root.on_clothing3 = undefined; _root.model_mc.bot1_mc.gotoAndStop(1); _root.model_mc.dress6.underwear1_mc._visible = true; } this._visible = false; _root.on_clothing5 = this; _root.model_mc.bot2_mc.gotoAndStop(_local3); _root.model_mc.dress6.underwear2_mc._visible = false; } if (this._name.substr(0, 2) == "a9") { var _local3 = Number(this._name.substr(2, 2)) + 1; if (_root.on_clothing10 != undefined) { _root.on_clothing10._visible = true; _root.on_clothing10 = undefined; } this._visible = false; _root.on_clothing10 = this; _root.model_mc.shoes_mc.gotoAndStop(_local3); } if (this._name.substr(0, 2) == "aj") { var _local3 = Number(this._name.substr(2, 2)) + 1; if (_root.on_clothing5 != undefined) { _root.on_clothing5._visible = true; _root.on_clothing5 = undefined; } this._visible = false; _root.on_clothing5 = this; _root.model_mc.jew01_mc.gotoAndStop(_local3); } if (this._name.substr(0, 2) == "a6") { var _local3 = Number(this._name.substr(2, 2)) + 1; if (_root.on_clothing6 != undefined) { _root.on_clothing6._visible = true; _root.on_clothing6 = undefined; } this._visible = false; _root.on_clothing6 = this; _root.model_mc.jew02_mc.gotoAndStop(_local3); } if (this._name.substr(0, 2) == "a7") { var _local3 = Number(this._name.substr(2, 2)) + 1; if (_root.on_clothing7 != undefined) { _root.on_clothing7._visible = true; _root.on_clothing7 = undefined; } this._visible = false; _root.on_clothing7 = this; _root.model_mc.bag_mc.gotoAndStop(_local3); } if (this._name.substr(0, 2) == "a8") { var _local3 = Number(this._name.substr(2, 2)) + 1; if (_root.on_clothing8 != undefined) { _root.on_clothing8._visible = true; _root.on_clothing8 = undefined; } this._visible = false; _root.on_clothing8 = this; _root.model_mc.cap_mc.gotoAndStop(_local3); } if (this._name.substr(0, 2) == "aw") { var _local3 = Number(this._name.substr(2, 2)) + 1; if (_root.on_clothing9 != undefined) { _root.on_clothing9._visible = true; _root.on_clothing9 = undefined; } this._visible = false; _root.on_clothing9 = this; _root.model_mc.waitao_mc.gotoAndStop(_local3); } } else { this._visible = true; } } }; } } } function reset_one() { for (var _local3 in _root.model_mc) { if (typeof(_root.model_mc[_local3]) == "movieclip") { _root.model_mc[_local3].enabled = true; if (_root.model_mc[_local3]._name.substr(0, 3) == "cap") { _root.model_mc[_local3].onRelease = function () { this.gotoAndStop(1); _root.on_clothing8._visible = true; _root.on_clothing8 = undefined; }; } if (_root.model_mc[_local3]._name.substr(0, 4) == "top1") { _root.model_mc[_local3].onRelease = function () { this.gotoAndStop(1); _root.on_clothing1._visible = true; _root.on_clothing1 = undefined; _root.model_mc.dress6.underwear1_mc._visible = true; _root.model_mc.dress6.underwear2_mc._visible = true; }; } if (_root.model_mc[_local3]._name.substr(0, 4) == "top3") { _root.model_mc[_local3].onRelease = function () { this.gotoAndStop(1); _root.on_clothing1._visible = true; _root.on_clothing1 = undefined; _root.model_mc.dress6.underwear1_mc._visible = true; _root.model_mc.dress6.underwear2_mc._visible = true; }; } if (_root.model_mc[_local3]._name.substr(0, 4) == "top2") { _root.model_mc[_local3].onRelease = function () { this.gotoAndStop(1); _root.on_clothing2._visible = true; _root.on_clothing2 = undefined; _root.model_mc.dress6.underwear1_mc._visible = true; }; } if (_root.model_mc[_local3]._name.substr(0, 4) == "bot1") { _root.model_mc[_local3].onRelease = function () { this.gotoAndStop(1); _root.on_clothing3._visible = true; _root.on_clothing3 = undefined; _root.model_mc.dress6.underwear2_mc._visible = true; }; } if (_root.model_mc[_local3]._name.substr(0, 4) == "shoe") { _root.model_mc[_local3].onRelease = function () { this.gotoAndStop(1); _root.on_clothing4._visible = true; _root.on_clothing4 = undefined; }; } if (_root.model_mc[_local3]._name.substr(0, 5) == "jew01") { _root.model_mc[_local3].onRelease = function () { this.gotoAndStop(1); _root.on_clothing5._visible = true; _root.on_clothing5 = undefined; }; } if (_root.model_mc[_local3]._name.substr(0, 5) == "jew02") { _root.model_mc[_local3].onRelease = function () { this.gotoAndStop(1); _root.on_clothing6._visible = true; _root.on_clothing6 = undefined; }; } if (_root.model_mc[_local3]._name.substr(0, 3) == "bag") { _root.model_mc[_local3].onRelease = function () { this.gotoAndStop(1); _root.on_clothing7._visible = true; _root.on_clothing7 = undefined; }; } if (_root.model_mc[_local3]._name.substr(0, 5) == "waita") { _root.model_mc[_local3].onRelease = function () { this.gotoAndStop(1); _root.on_clothing9._visible = true; _root.on_clothing9 = undefined; }; } if (_root.model_mc[_local3]._name.substr(0, 5) == "jew04") { _root.model_mc[_local3].onRelease = function () { this.gotoAndStop(1); _root.on_clothing21._visible = true; _root.on_clothing21 = undefined; }; } } } } function clothing_visible() { var _local2 = 1; while (_local2 < 23) { _root["on_clothing" + _local2]._visible = false; _local2++; } } _global.static_root_path = _level0.static_root_path; _global.PHP_root_path = _level0.PHP_root_path; movarr = new Array(); for (var i in this) { if ((typeof(this[i]) == "movieclip") && (this[i]._name.substr(0, 1) == "a")) { movarr.push(this[i]._name); } } frmarr = new Array("model_mc", "top1_mc", "top2_mc", "top3_mc", "bot2_mc", "bot1_mc", "shoes_mc", "jew01_mc", "jew02_mc", "cap_mc", "bag_mc", "waitao_mc"); visarr = new Array("dress6.underwear2_mc", "dress6.underwear1_mc"); hitmc = "body"; mainmc = "model_mc"; stop(); mymenu = new ContextMenu(); mymenu.hideBuiltInItems(); mymenu.builtInItems.print = true; _root.menu = mymenu; var menu_state = true; var menu_no = 1; var mc_drag; var scaleNo = 200; girl(0, 0, 200); load_fun(); btn_fun(); clear_btn.onRelease = function () { clear_ini(); }; next_btn.onRelease = function () { dep_re(); en_sd(); gotoAndStop (6); }; function rightclick() { getURL (""); } function clear_ini() { _root.model_mc.one_m.gotoAndStop(1); _root.model_mc.neck_m.gotoAndStop(1); _root.model_mc.ear_m.gotoAndStop(1); _root.model_mc.foot_m.gotoAndStop(1); _root.model_mc.bot1_m.gotoAndStop(1); _root.model_mc.shoes_m.gotoAndStop(1); _root.model_mc.jew01_mc.gotoAndStop(1); _root.model_mc.jew02_mc.gotoAndStop(1); _root.model_mc.cap_mc.gotoAndStop(1); _root.model_mc.bag_m.gotoAndStop(1); _root.model_mc.waitao_mc.gotoAndStop(1); _root.model_mc.dress6.underwear1_mc._visible = true; _root.model_mc.dress6.underwear2_mc._visible = true; var _local2 = 1; while (_local2 < 22) { _root["on_clothing" + _local2]._visible = true; _root["on_clothing" + _local2] = undefined; _local2++; } } function clear_skin() { var _local2 = 1; while (_local2 < 8) { _root.model_mc["dress" + _local2].gotoAndStop(1); _local2++; } } function girl(x1, y1, s) { if (this.model_mc.x0 && (this.model_mc.y0)) { this.model_mc._x = this.model_mc.x0 + x1; this.model_mc._y = this.model_mc.y0 + y1; this.model_mc._xscale = (this.model_mc._yscale = s); this.model_mc._rotation = 0; } trace(this.model_mc._x); } function reset_one() { for (var _local3 in _root.model_mc) { if (typeof(_root.model_mc[_local3]) == "movieclip") { _root.model_mc[_local3].enabled = true; if (_root.model_mc[_local3]._name.substr(0, 3) == "cap") { _root.model_mc[_local3].onRelease = function () { this.gotoAndStop(1); _root.on_clothing8._visible = true; _root.on_clothing8 = undefined; }; } if (_root.model_mc[_local3]._name.substr(0, 4) == "top1") { _root.model_mc[_local3].onRelease = function () { this.gotoAndStop(1); _root.on_clothing1._visible = true; _root.on_clothing1 = undefined; _root.model_mc.dress6.underwear1_mc._visible = true; _root.model_mc.dress6.underwear2_mc._visible = true; }; } if (_root.model_mc[_local3]._name.substr(0, 4) == "top3") { _root.model_mc[_local3].onRelease = function () { this.gotoAndStop(1); _root.on_clothing1._visible = true; _root.on_clothing1 = undefined; _root.model_mc.dress6.underwear1_mc._visible = true; _root.model_mc.dress6.underwear2_mc._visible = true; }; } if (_root.model_mc[_local3]._name.substr(0, 4) == "top2") { _root.model_mc[_local3].onRelease = function () { this.gotoAndStop(1); _root.on_clothing2._visible = true; _root.on_clothing2 = undefined; _root.model_mc.dress6.underwear1_mc._visible = true; }; } if (_root.model_mc[_local3]._name.substr(0, 4) == "bot1") { _root.model_mc[_local3].onRelease = function () { this.gotoAndStop(1); _root.on_clothing3._visible = true; _root.on_clothing3 = undefined; _root.model_mc.dress6.underwear2_mc._visible = true; }; } if (_root.model_mc[_local3]._name.substr(0, 4) == "shoe") { _root.model_mc[_local3].onRelease = function () { this.gotoAndStop(1); _root.on_clothing4._visible = true; _root.on_clothing4 = undefined; }; } if (_root.model_mc[_local3]._name.substr(0, 5) == "jew01") { _root.model_mc[_local3].onRelease = function () { this.gotoAndStop(1); _root.on_clothing5._visible = true; _root.on_clothing5 = undefined; }; } if (_root.model_mc[_local3]._name.substr(0, 5) == "jew02") { _root.model_mc[_local3].onRelease = function () { this.gotoAndStop(1); _root.on_clothing6._visible = true; _root.on_clothing6 = undefined; }; } if (_root.model_mc[_local3]._name.substr(0, 3) == "bag") { _root.model_mc[_local3].onRelease = function () { this.gotoAndStop(1); _root.on_clothing7._visible = true; _root.on_clothing7 = undefined; }; } if (_root.model_mc[_local3]._name.substr(0, 5) == "waita") { _root.model_mc[_local3].onRelease = function () { this.gotoAndStop(1); _root.on_clothing9._visible = true; _root.on_clothing9 = undefined; }; } if (_root.model_mc[_local3]._name.substr(0, 5) == "jew04") { _root.model_mc[_local3].onRelease = function () { this.gotoAndStop(1); _root.on_clothing21._visible = true; _root.on_clothing21 = undefined; }; } } } } function clothing_visible() { var _local2 = 1; while (_local2 < 23) { _root["on_clothing" + _local2]._visible = false; _local2++; } } function btn_menu() { for (var _local5 in this) { if ((typeof(this[_local5]) == "object") && (this[_local5]._name.substr(0, 1) == "b")) { trace(this[_local5]); this[_local5].onRelease = function () { if (_root.menu_state == true) { _root.menu_no = Number(this._name.substr(3, 1)); var _local4 = Number(_root.menu_mc._currentframe); if (_root.menu_no != _local4) { _root.eff_mc.play(); var _local3 = 1; while (_local3 < 7) { _root.eff_mc.yy["y" + _local3].play(); _local3++; } _root.menu_state = false; } } }; } } } function menu_fun() { var _local2 = _root.menu_no; _root.menu_mc.gotoAndStop(_local2); } var fmm01_menu = new ContextMenu(); fmm01_menu.hideBuiltInItems(); _root.menu = fmm01_menu; var item = new ContextMenuItem("", rightclick); fmm01_menu.customItems[0] = item; stop(); var menu_state = true; var menu_no = 1; girl(0, 0, 200); btn_menu(); clear_btn.onRelease = function () { clear_ini(); }; next_btn.onRelease = function () { en_sd(); gotoAndStop (6); }; model_mc._x = -60; model_mc._y = 40; model_mc._xscale = 95; model_mc._yscale = 95;
Instance of Symbol 535 MovieClip "model_mc" in Frame 4
onClipEvent (load) { this.x0 = this._x; this.y0 = this._y; var noRa = (random(8) + 1); this.dress6.gotoAndStop(noRa); this.dress7.gotoAndStop(noRa); }
Frame 5
function sd() { ggame_dress1_lc = new LocalConnection(); ggame_dress1_lc.send("lc_name", "methodToExecute", buy_str); } stop(); var m_name = ["one"]; var one_dname = ""; var highest_depth = 0; make_drag = function () { var _local4 = 0; while (_local4 < 14) { var _local3 = 0; while (_local3 < m_name.length) { _root[(m_name[_local3] + "_") + _local4].odepth = _root[(m_name[_local3] + "_") + _local4].getDepth(); _root[(m_name[_local3] + "_") + _local4].ox = _root[(m_name[_local3] + "_") + _local4]._x; _root[(m_name[_local3] + "_") + _local4].oy = _root[(m_name[_local3] + "_") + _local4]._y; _root[(m_name[_local3] + "_") + _local4].onPress = function () { highest_depth++; this.swapDepths(highest_depth); this.startDrag(); }; _root[(m_name[_local3] + "_") + _local4].onRelease = function () { if (this._droptarget == "/model_mc/hidden_area") { drop(this._name); } else { move_f(this._name, this.ox, this.oy); } this.stopDrag(); }; _root[(m_name[_local3] + "_") + _local4].onReleaseOutside = function () { if (this._droptarget == "/model_mc/hidden_area") { drop(this._name); } else { move_f(this._name, this.ox, this.oy); } this.stopDrag(); }; _local3++; } _local4++; } }; drop = function (drop_name) { so2.start(0, 1); var _local2 = drop_name.indexOf("_"); _root[drop_name]._visible = false; _root.model_mc[drop_name.slice(0, _local2) + "_m"].gotoAndStop(parseInt(drop_name.slice(_local2 + 1, _local2 + 3)) + 2); if (drop_name.slice(0, _local2) == "up") { model_mc.underwear_up._visible = false; _root[one_dname]._visible = true; _root.model_mc.one_m.gotoAndStop(1); move_f(one_dname, _root[one_dname].ox, _root[one_dname].oy); if (one_dname != "") { model_mc.underwear_down._visible = true; } one_dname = ""; } else if (drop_name.slice(0, _local2) == "down") { model_mc.underwear_down._visible = false; _root[one_dname]._visible = true; _root.model_mc.one_m.gotoAndStop(1); move_f(one_dname, _root[one_dname].ox, _root[one_dname].oy); if (one_dname != "") { model_mc.underwear_up._visible = true; } one_dname = ""; } else if (drop_name.slice(0, _local2) == "one") { model_mc.underwear_up._visible = false; model_mc.underwear_down._visible = false; _root[up_dname]._visible = true; _root.model_mc.up_m.gotoAndStop(1); move_f(up_dname, _root[up_dname].ox, _root[up_dname].oy); _root[down_dname]._visible = true; _root.model_mc.down_m.gotoAndStop(1); move_f(down_dname, _root[down_dname].ox, _root[down_dname].oy); up_dname = ""; down_dname = ""; } _root[_root[drop_name.slice(0, _local2) + "_dname"]]._visible = true; move_f(_root[drop_name.slice(0, _local2) + "_dname"], _root[_root[drop_name.slice(0, _local2) + "_dname"]].ox, _root[_root[drop_name.slice(0, _local2) + "_dname"]].oy); _root[drop_name.slice(0, _local2) + "_dname"] = drop_name; }; move_f = function (dr_name, xx, yy) { _root[dr_name].swapDepths(_root[dr_name].odepth); var _local3 = new mx.transitions.Tween(_root[dr_name], "_x", mx.transitions.easing.Back.easeOut, _root[dr_name]._x, xx, 10); var _local4 = new mx.transitions.Tween(_root[dr_name], "_y", mx.transitions.easing.Back.easeOut, _root[dr_name]._y, yy, 10); }; ava_default = function () { var _local2 = 0; while (_local2 < m_name.length) { _root[_root[m_name[_local2] + "_dname"]]._visible = true; _root.model_mc[m_name[_local2] + "_m"].gotoAndStop(1); move_f(_root[m_name[_local2] + "_dname"], _root[_root[m_name[_local2] + "_dname"]].ox, _root[_root[m_name[_local2] + "_dname"]].oy); _root[m_name[_local2] + "_dname"] = ""; _local2++; } model_mc.underwear_up._visible = true; model_mc.underwear_down._visible = true; }; game_play_bt.onRollOver = function () { so1.start(0, 1); this.gotoAndStop(2); }; game_play_bt.onRollOut = function () { this.gotoAndStop(1); }; game_play_bt.onPress = function () { so1.start(0, 1); this.gotoAndStop(2); }; game_play_bt.onRelease = function () { this.gotoAndStop(1); gotoAndStop (7); }; game_play_bt.onReleaseOutside = function () { this.gotoAndStop(1); gotoAndStop (7); }; ava_default_bt.onRollOver = function () { so1.start(0, 1); this.gotoAndStop(2); }; ava_default_bt.onRollOut = function () { this.gotoAndStop(1); }; ava_default_bt.onPress = function () { so1.start(0, 1); this.gotoAndStop(2); }; ava_default_bt.onRelease = function () { this.gotoAndStop(1); ava_default(); }; ava_default_bt.onReleaseOutside = function () { this.gotoAndStop(1); ava_default(); }; make_drag(); var buy_str = ""; var game_name = "G270030"; var game_price = 3500; var buy_2 = ["G260048", "G260049"]; var buy_3 = ["G250203", "G250204", "G250205", "G250206", "G250207", "G250208", "G250209"]; var buy_4 = ["G240255", "G240256", "G240257", "G240258", "G240259", "G240260", "G240261"]; var buy_5 = ["G230261", "G230262", "G230263", "G230264", "G230265", "G230266", "G230267"]; var buy_6 = ["G220146", "G220147", "G220148", "G220149"]; var buy_7 = ["G210079", "G210080", "G210081"]; var buy_8 = ["G200046"]; var buy_9 = ["G190053", "G190054"]; var buy_11 = ["G170076", "G170078", "G170075", "G170077"]; buy_item = function () { one_m = model_mc.one_m._currentframe; var _local4 = new Array(); var _local2 = 0; while (_local2 < ((avaStr.length / 7) - 1)) { var _local3 = avaStr.slice((_local2 + 1) * 7, ((_local2 + 1) * 7) + 7); if (((_local3.slice(1, 3) < 17) || (_local3.slice(1, 3) > 32)) && (_local3.slice(1, 3) != 13)) { _local4.push(avaStr.slice((_local2 + 1) * 7, ((_local2 + 1) * 7) + 7)); } _local2++; } var _local5 = _local4.join(""); buy_str = game_name; if (foot_m != 1) { buy_str = buy_str + buy_2[foot_m - 2]; } if (shoes_m != 1) { buy_str = buy_str + buy_3[shoes_m - 2]; } if (down_m != 1) { buy_str = buy_str + buy_4[down_m - 1]; } else if ((one_m == 1) && (down_m == 1)) { buy_str = buy_str + buy_4[0]; } if (up_m != 1) { buy_str = buy_str + buy_5[up_m - 1]; } else if ((one_m == 1) && (up_m == 1)) { buy_str = buy_str + buy_5[0]; } if (one_m != 1) { buy_str = buy_str + buy_6[one_m - 2]; } if (bag_m != 1) { buy_str = buy_str + buy_7[bag_m - 2]; } if (neck_m != 1) { buy_str = buy_str + buy_8[neck_m - 2]; } if (ear_m != 1) { buy_str = buy_str + buy_9[ear_m - 2]; } if (eye_m != 1) { buy_str = buy_str + buy_10[eye_m - 2]; } if (head_m != 1) { buy_str = buy_str + buy_11[head_m - 2]; } buy_str = (((avaStr.slice(0, 2) + "1") + avaStr.slice(3, 7)) + _local5) + buy_str; trace(buy_str); getURL (((("JavaScript:GoGAva('" + _root.buy_str) + "','") + _root.game_price) + "')"); }; buy_bt.onRollOver = function () { this.buy_bt_rollover.gotoAndStop(2); }; buy_bt.onRollOut = function () { this.buy_bt_rollover.gotoAndStop(1); }; buy_bt.onPress = function () { this.gotoAndStop(2); }; buy_bt.onRelease = (buy_bt.onReleaseOutside = function () { this.buy_bt_rollover.gotoAndStop(1); this.gotoAndStop(1); buy_item(); }); function rightclick() { getURL (""); } var fmm01_menu = new ContextMenu(); fmm01_menu.hideBuiltInItems(); _root.menu = fmm01_menu; var item = new ContextMenuItem("", rightclick); fmm01_menu.customItems[0] = item; stop(); scale1_btn.onRelease = function () { this.gotoAndStop(2); scale2_btn.gotoAndStop(1); scale3_btn.gotoAndStop(1); gotoAndStop (6); }; scale2_btn.onRelease = function () { this.gotoAndStop(2); scale1_btn.gotoAndStop(1); scale3_btn.gotoAndStop(1); gotoAndStop (5); }; scale3_btn.onRelease = function () { this.gotoAndStop(2); scale1_btn.gotoAndStop(1); scale2_btn.gotoAndStop(1); gotoAndStop (6); }; third_ch_ini(); reset_one(); clothing_visible(); model_mc._xscale = 32; model_mc._yscale = 32; model_mc._x = 455; model_mc._y = 20;
Instance of Symbol 604 MovieClip "one_3" in Frame 5
on (press) { this.gotoAndStop(2); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnclicksnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnclicksnd"); } } on (rollOver) { this.gotoAndStop(2); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnoversnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } } on (release, releaseOutside, rollOut) { this.gotoAndStop(1); }
Instance of Symbol 605 MovieClip "one_4" in Frame 5
on (press) { this.gotoAndStop(2); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnclicksnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnclicksnd"); } } on (rollOver) { this.gotoAndStop(2); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnoversnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } } on (release, releaseOutside, rollOut) { this.gotoAndStop(1); }
Instance of Symbol 606 MovieClip "one_5" in Frame 5
on (press) { this.gotoAndStop(2); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnclicksnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnclicksnd"); } } on (rollOver) { this.gotoAndStop(2); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnoversnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } } on (release, releaseOutside, rollOut) { this.gotoAndStop(1); }
Instance of Symbol 607 MovieClip "one_6" in Frame 5
on (press) { this.gotoAndStop(2); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnclicksnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnclicksnd"); } } on (rollOver) { this.gotoAndStop(2); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnoversnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } } on (release, releaseOutside, rollOut) { this.gotoAndStop(1); }
Instance of Symbol 608 MovieClip "one_7" in Frame 5
on (press) { this.gotoAndStop(2); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnclicksnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnclicksnd"); } } on (rollOver) { this.gotoAndStop(2); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnoversnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } } on (release, releaseOutside, rollOut) { this.gotoAndStop(1); }
Instance of Symbol 609 MovieClip "one_8" in Frame 5
on (press) { this.gotoAndStop(2); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnclicksnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnclicksnd"); } } on (rollOver) { this.gotoAndStop(2); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnoversnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } } on (release, releaseOutside, rollOut) { this.gotoAndStop(1); }
Instance of Symbol 610 MovieClip "one_10" in Frame 5
on (press) { this.gotoAndStop(2); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnclicksnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnclicksnd"); } } on (rollOver) { this.gotoAndStop(2); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnoversnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } } on (release, releaseOutside, rollOut) { this.gotoAndStop(1); }
Instance of Symbol 611 MovieClip "one_11" in Frame 5
on (press) { this.gotoAndStop(2); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnclicksnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnclicksnd"); } } on (rollOver) { this.gotoAndStop(2); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnoversnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } } on (release, releaseOutside, rollOut) { this.gotoAndStop(1); }
Instance of Symbol 612 MovieClip "one_0" in Frame 5
on (press) { this.gotoAndStop(2); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnclicksnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnclicksnd"); } } on (rollOver) { this.gotoAndStop(2); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnoversnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } } on (release, releaseOutside, rollOut) { this.gotoAndStop(1); }
Instance of Symbol 613 MovieClip "one_1" in Frame 5
on (press) { this.gotoAndStop(2); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnclicksnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnclicksnd"); } } on (rollOver) { this.gotoAndStop(2); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnoversnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } } on (release, releaseOutside, rollOut) { this.gotoAndStop(1); }
Instance of Symbol 614 MovieClip "one_2" in Frame 5
on (press) { this.gotoAndStop(2); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnclicksnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnclicksnd"); } } on (rollOver) { this.gotoAndStop(2); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnoversnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } } on (release, releaseOutside, rollOut) { this.gotoAndStop(1); }
Instance of Symbol 615 MovieClip "one_9" in Frame 5
on (press) { this.gotoAndStop(2); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnclicksnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnclicksnd"); } } on (rollOver) { this.gotoAndStop(2); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnoversnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } } on (release, releaseOutside, rollOut) { this.gotoAndStop(1); }
Frame 6
function sd() { ggame_dress1_lc = new LocalConnection(); ggame_dress1_lc.send("lc_name", "methodToExecute", buy_str); } stop(); var m_name = ["up", "down", "shoes", "head", "eye", "neck", "ear", "bag", "foot"]; var one_dname = ""; var up_dname = ""; var down_dname = ""; var shoes_dname = ""; var head_dname = ""; var eye_dname = ""; var neck_dname = ""; var ear_dname = ""; var bag_dname = ""; var foot_dname = ""; var highest_depth = 0; make_drag = function () { var _local4 = 0; while (_local4 < 14) { var _local3 = 0; while (_local3 < m_name.length) { _root[(m_name[_local3] + "_") + _local4].odepth = _root[(m_name[_local3] + "_") + _local4].getDepth(); _root[(m_name[_local3] + "_") + _local4].ox = _root[(m_name[_local3] + "_") + _local4]._x; _root[(m_name[_local3] + "_") + _local4].oy = _root[(m_name[_local3] + "_") + _local4]._y; _root[(m_name[_local3] + "_") + _local4].onPress = function () { highest_depth++; this.swapDepths(highest_depth); this.startDrag(); }; _root[(m_name[_local3] + "_") + _local4].onRelease = function () { if (this._droptarget == "/model_mc/hidden_area") { drop(this._name); } else { move_f(this._name, this.ox, this.oy); } this.stopDrag(); }; _root[(m_name[_local3] + "_") + _local4].onReleaseOutside = function () { if (this._droptarget == "/model_mc/hidden_area") { drop(this._name); } else { move_f(this._name, this.ox, this.oy); } this.stopDrag(); }; _local3++; } _local4++; } }; drop = function (drop_name) { so2.start(0, 1); var _local2 = drop_name.indexOf("_"); _root[drop_name]._visible = false; _root.model_mc[drop_name.slice(0, _local2) + "_m"].gotoAndStop(parseInt(drop_name.slice(_local2 + 1, _local2 + 3)) + 2); if (drop_name.slice(0, _local2) == "up") { model_mc.underwear_up._visible = false; _root[one_dname]._visible = true; _root.model_mc.one_m.gotoAndStop(1); move_f(one_dname, _root[one_dname].ox, _root[one_dname].oy); if (one_dname != "") { model_mc.underwear_down._visible = true; } one_dname = ""; } else if (drop_name.slice(0, _local2) == "down") { model_mc.underwear_down._visible = false; _root[one_dname]._visible = true; _root.model_mc.one_m.gotoAndStop(1); move_f(one_dname, _root[one_dname].ox, _root[one_dname].oy); if (one_dname != "") { model_mc.underwear_up._visible = true; } one_dname = ""; } else if (drop_name.slice(0, _local2) == "one") { model_mc.underwear_up._visible = false; model_mc.underwear_down._visible = false; _root[up_dname]._visible = true; _root.model_mc.up_m.gotoAndStop(1); move_f(up_dname, _root[up_dname].ox, _root[up_dname].oy); _root[down_dname]._visible = true; _root.model_mc.down_m.gotoAndStop(1); move_f(down_dname, _root[down_dname].ox, _root[down_dname].oy); up_dname = ""; down_dname = ""; } _root[_root[drop_name.slice(0, _local2) + "_dname"]]._visible = true; move_f(_root[drop_name.slice(0, _local2) + "_dname"], _root[_root[drop_name.slice(0, _local2) + "_dname"]].ox, _root[_root[drop_name.slice(0, _local2) + "_dname"]].oy); _root[drop_name.slice(0, _local2) + "_dname"] = drop_name; }; move_f = function (dr_name, xx, yy) { _root[dr_name].swapDepths(_root[dr_name].odepth); var _local3 = new mx.transitions.Tween(_root[dr_name], "_x", mx.transitions.easing.Back.easeOut, _root[dr_name]._x, xx, 10); var _local4 = new mx.transitions.Tween(_root[dr_name], "_y", mx.transitions.easing.Back.easeOut, _root[dr_name]._y, yy, 10); }; ava_default = function () { var _local2 = 0; while (_local2 < m_name.length) { _root[_root[m_name[_local2] + "_dname"]]._visible = true; _root.model_mc[m_name[_local2] + "_m"].gotoAndStop(1); move_f(_root[m_name[_local2] + "_dname"], _root[_root[m_name[_local2] + "_dname"]].ox, _root[_root[m_name[_local2] + "_dname"]].oy); _root[m_name[_local2] + "_dname"] = ""; _local2++; } model_mc.underwear_up._visible = true; model_mc.underwear_down._visible = true; }; game_play_bt.onRollOver = function () { so1.start(0, 1); this.gotoAndStop(2); }; game_play_bt.onRollOut = function () { this.gotoAndStop(1); }; game_play_bt.onPress = function () { so1.start(0, 1); this.gotoAndStop(2); }; game_play_bt.onRelease = function () { this.gotoAndStop(1); gotoAndStop (7); }; game_play_bt.onReleaseOutside = function () { this.gotoAndStop(1); gotoAndStop (7); }; ava_default_bt.onRollOver = function () { so1.start(0, 1); this.gotoAndStop(2); }; ava_default_bt.onRollOut = function () { this.gotoAndStop(1); }; ava_default_bt.onPress = function () { so1.start(0, 1); this.gotoAndStop(2); }; ava_default_bt.onRelease = function () { this.gotoAndStop(1); ava_default(); }; ava_default_bt.onReleaseOutside = function () { this.gotoAndStop(1); ava_default(); }; make_drag(); var buy_str = ""; var game_name = "G270030"; var game_price = 3500; var buy_2 = ["G260048", "G260049"]; var buy_3 = ["G250203", "G250204", "G250205", "G250206", "G250207", "G250208", "G250209"]; var buy_4 = ["G240255", "G240256", "G240257", "G240258", "G240259", "G240260", "G240261"]; var buy_5 = ["G230261", "G230262", "G230263", "G230264", "G230265", "G230266", "G230267"]; var buy_6 = ["G220146", "G220147", "G220148", "G220149"]; var buy_7 = ["G210079", "G210080", "G210081"]; var buy_8 = ["G200046"]; var buy_9 = ["G190053", "G190054"]; var buy_11 = ["G170076", "G170078", "G170075", "G170077"]; buy_item = function () { foot_m = model_mc.foot_m._currentframe; shoes_m = model_mc.shoes_m._currentframe; down_m = model_mc.down_m._currentframe; up_m = model_mc.up_m._currentframe; one_m = model_mc.one_m._currentframe; bag_m = model_mc.bag_m._currentframe; neck_m = model_mc.neck_m._currentframe; ear_m = model_mc.ear_m._currentframe; eye_m = model_mc.eye_m._currentframe; head_m = model_mc.head_m._currentframe; var _local4 = new Array(); var _local2 = 0; while (_local2 < ((avaStr.length / 7) - 1)) { var _local3 = avaStr.slice((_local2 + 1) * 7, ((_local2 + 1) * 7) + 7); if (((_local3.slice(1, 3) < 17) || (_local3.slice(1, 3) > 32)) && (_local3.slice(1, 3) != 13)) { _local4.push(avaStr.slice((_local2 + 1) * 7, ((_local2 + 1) * 7) + 7)); } _local2++; } var _local5 = _local4.join(""); buy_str = game_name; if (foot_m != 1) { buy_str = buy_str + buy_2[foot_m - 2]; } if (shoes_m != 1) { buy_str = buy_str + buy_3[shoes_m - 2]; } if (down_m != 1) { buy_str = buy_str + buy_4[down_m - 1]; } else if ((one_m == 1) && (down_m == 1)) { buy_str = buy_str + buy_4[0]; } if (up_m != 1) { buy_str = buy_str + buy_5[up_m - 1]; } else if ((one_m == 1) && (up_m == 1)) { buy_str = buy_str + buy_5[0]; } if (one_m != 1) { buy_str = buy_str + buy_6[one_m - 2]; } if (bag_m != 1) { buy_str = buy_str + buy_7[bag_m - 2]; } if (neck_m != 1) { buy_str = buy_str + buy_8[neck_m - 2]; } if (ear_m != 1) { buy_str = buy_str + buy_9[ear_m - 2]; } if (eye_m != 1) { buy_str = buy_str + buy_10[eye_m - 2]; } if (head_m != 1) { buy_str = buy_str + buy_11[head_m - 2]; } buy_str = (((avaStr.slice(0, 2) + "1") + avaStr.slice(3, 7)) + _local5) + buy_str; trace(buy_str); getURL (((("JavaScript:GoGAva('" + _root.buy_str) + "','") + _root.game_price) + "')"); }; buy_bt.onRollOver = function () { this.buy_bt_rollover.gotoAndStop(2); }; buy_bt.onRollOut = function () { this.buy_bt_rollover.gotoAndStop(1); }; buy_bt.onPress = function () { this.gotoAndStop(2); }; buy_bt.onRelease = (buy_bt.onReleaseOutside = function () { this.buy_bt_rollover.gotoAndStop(1); this.gotoAndStop(1); buy_item(); }); function rightclick() { getURL (""); } var fmm01_menu = new ContextMenu(); fmm01_menu.hideBuiltInItems(); _root.menu = fmm01_menu; var item = new ContextMenuItem("", rightclick); fmm01_menu.customItems[0] = item; stop(); scale1_btn.onRelease = function () { this.gotoAndStop(2); scale2_btn.gotoAndStop(1); scale3_btn.gotoAndStop(1); gotoAndStop (6); }; scale2_btn.onRelease = function () { this.gotoAndStop(2); scale1_btn.gotoAndStop(1); scale3_btn.gotoAndStop(1); gotoAndStop (5); }; scale3_btn.onRelease = function () { this.gotoAndStop(2); scale1_btn.gotoAndStop(1); scale2_btn.gotoAndStop(1); gotoAndStop (6); }; third_ch_ini(); reset_one(); clothing_visible(); model_mc._xscale = 32; model_mc._yscale = 32; model_mc._x = 455; model_mc._y = 20;
Instance of Symbol 627 MovieClip "bag_4" in Frame 6
on (press) { this.gotoAndStop(2); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnclicksnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnclicksnd"); } } on (rollOver) { this.gotoAndStop(2); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnoversnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } } on (release, releaseOutside, rollOut) { this.gotoAndStop(1); }
Instance of Symbol 631 MovieClip "bag_3" in Frame 6
on (press) { this.gotoAndStop(2); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnclicksnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnclicksnd"); } } on (rollOver) { this.gotoAndStop(2); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnoversnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } } on (release, releaseOutside, rollOut) { this.gotoAndStop(1); }
Instance of Symbol 636 MovieClip "bag_5" in Frame 6
on (press) { this.gotoAndStop(2); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnclicksnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnclicksnd"); } } on (rollOver) { this.gotoAndStop(2); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnoversnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } } on (release, releaseOutside, rollOut) { this.gotoAndStop(1); }
Instance of Symbol 638 MovieClip "bag_2" in Frame 6
on (press) { this.gotoAndStop(2); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnclicksnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnclicksnd"); } } on (rollOver) { this.gotoAndStop(2); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnoversnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } } on (release, releaseOutside, rollOut) { this.gotoAndStop(1); }
Instance of Symbol 643 MovieClip "bag_1" in Frame 6
on (press) { this.gotoAndStop(2); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnclicksnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnclicksnd"); } } on (rollOver) { this.gotoAndStop(2); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnoversnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } } on (release, releaseOutside, rollOut) { this.gotoAndStop(1); }
Instance of Symbol 646 MovieClip "bag_0" in Frame 6
on (press) { this.gotoAndStop(2); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnclicksnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnclicksnd"); } } on (rollOver) { this.gotoAndStop(2); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnoversnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } } on (release, releaseOutside, rollOut) { this.gotoAndStop(1); }
Instance of Symbol 649 MovieClip "ear_0" in Frame 6
on (press) { this.gotoAndStop(2); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnclicksnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnclicksnd"); } } on (rollOver) { this.gotoAndStop(2); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnoversnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } } on (release, releaseOutside, rollOut) { this.gotoAndStop(1); }
Instance of Symbol 651 MovieClip "ear_1" in Frame 6
on (press) { this.gotoAndStop(2); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnclicksnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnclicksnd"); } } on (rollOver) { this.gotoAndStop(2); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnoversnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } } on (release, releaseOutside, rollOut) { this.gotoAndStop(1); }
Instance of Symbol 653 MovieClip "ear_2" in Frame 6
on (press) { this.gotoAndStop(2); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnclicksnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnclicksnd"); } } on (rollOver) { this.gotoAndStop(2); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnoversnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } } on (release, releaseOutside, rollOut) { this.gotoAndStop(1); }
Instance of Symbol 655 MovieClip "ear_3" in Frame 6
on (press) { this.gotoAndStop(2); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnclicksnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnclicksnd"); } } on (rollOver) { this.gotoAndStop(2); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnoversnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } } on (release, releaseOutside, rollOut) { this.gotoAndStop(1); }
Instance of Symbol 658 MovieClip "ear_4" in Frame 6
on (press) { this.gotoAndStop(2); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnclicksnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnclicksnd"); } } on (rollOver) { this.gotoAndStop(2); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnoversnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } } on (release, releaseOutside, rollOut) { this.gotoAndStop(1); }
Instance of Symbol 661 MovieClip "ear_5" in Frame 6
on (press) { this.gotoAndStop(2); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnclicksnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnclicksnd"); } } on (rollOver) { this.gotoAndStop(2); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnoversnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } } on (release, releaseOutside, rollOut) { this.gotoAndStop(1); }
Instance of Symbol 662 MovieClip "neck_0" in Frame 6
on (press) { this.gotoAndStop(2); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnclicksnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnclicksnd"); } } on (rollOver) { this.gotoAndStop(2); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnoversnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } } on (release, releaseOutside, rollOut) { this.gotoAndStop(1); }
Instance of Symbol 664 MovieClip "neck_1" in Frame 6
on (press) { this.gotoAndStop(2); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnclicksnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnclicksnd"); } } on (rollOver) { this.gotoAndStop(2); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnoversnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } } on (release, releaseOutside, rollOut) { this.gotoAndStop(1); }
Instance of Symbol 665 MovieClip "neck_2" in Frame 6
on (press) { this.gotoAndStop(2); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnclicksnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnclicksnd"); } } on (rollOver) { this.gotoAndStop(2); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnoversnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } } on (release, releaseOutside, rollOut) { this.gotoAndStop(1); }
Instance of Symbol 666 MovieClip "neck_3" in Frame 6
on (press) { this.gotoAndStop(2); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnclicksnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnclicksnd"); } } on (rollOver) { this.gotoAndStop(2); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnoversnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } } on (release, releaseOutside, rollOut) { this.gotoAndStop(1); }
Instance of Symbol 667 MovieClip "neck_4" in Frame 6
on (press) { this.gotoAndStop(2); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnclicksnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnclicksnd"); } } on (rollOver) { this.gotoAndStop(2); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnoversnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } } on (release, releaseOutside, rollOut) { this.gotoAndStop(1); }
Instance of Symbol 668 MovieClip "neck_5" in Frame 6
on (press) { this.gotoAndStop(2); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnclicksnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnclicksnd"); } } on (rollOver) { this.gotoAndStop(2); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnoversnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } } on (release, releaseOutside, rollOut) { this.gotoAndStop(1); }
Instance of Symbol 669 MovieClip "shoes_0" in Frame 6
on (press) { this.gotoAndStop(2); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnclicksnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnclicksnd"); } } on (rollOver) { this.gotoAndStop(2); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnoversnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } } on (release, releaseOutside, rollOut) { this.gotoAndStop(1); }
Instance of Symbol 670 MovieClip "shoes_2" in Frame 6
on (press) { this.gotoAndStop(2); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnclicksnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnclicksnd"); } } on (rollOver) { this.gotoAndStop(2); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnoversnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } } on (release, releaseOutside, rollOut) { this.gotoAndStop(1); }
Instance of Symbol 671 MovieClip "shoes_4" in Frame 6
on (press) { this.gotoAndStop(2); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnclicksnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnclicksnd"); } } on (rollOver) { this.gotoAndStop(2); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnoversnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } } on (release, releaseOutside, rollOut) { this.gotoAndStop(1); }
Instance of Symbol 673 MovieClip "shoes_1" in Frame 6
on (press) { this.gotoAndStop(2); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnclicksnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnclicksnd"); } } on (rollOver) { this.gotoAndStop(2); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnoversnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } } on (release, releaseOutside, rollOut) { this.gotoAndStop(1); }
Instance of Symbol 674 MovieClip "shoes_3" in Frame 6
on (press) { this.gotoAndStop(2); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnclicksnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnclicksnd"); } } on (rollOver) { this.gotoAndStop(2); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnoversnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } } on (release, releaseOutside, rollOut) { this.gotoAndStop(1); }
Instance of Symbol 675 MovieClip "shoes_5" in Frame 6
on (press) { this.gotoAndStop(2); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnclicksnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnclicksnd"); } } on (rollOver) { this.gotoAndStop(2); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnoversnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } } on (release, releaseOutside, rollOut) { this.gotoAndStop(1); }
Instance of Symbol 678 MovieClip "foot_0" in Frame 6
on (press) { this.gotoAndStop(2); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnclicksnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnclicksnd"); } } on (rollOver) { this.gotoAndStop(2); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnoversnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } } on (release, releaseOutside, rollOut) { this.gotoAndStop(1); }
Instance of Symbol 680 MovieClip "foot_1" in Frame 6
on (press) { this.gotoAndStop(2); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnclicksnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnclicksnd"); } } on (rollOver) { this.gotoAndStop(2); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnoversnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } } on (release, releaseOutside, rollOut) { this.gotoAndStop(1); }
Instance of Symbol 682 MovieClip "foot_2" in Frame 6
on (press) { this.gotoAndStop(2); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnclicksnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnclicksnd"); } } on (rollOver) { this.gotoAndStop(2); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnoversnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } } on (release, releaseOutside, rollOut) { this.gotoAndStop(1); }
Instance of Symbol 684 MovieClip "foot_3" in Frame 6
on (press) { this.gotoAndStop(2); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnclicksnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnclicksnd"); } } on (rollOver) { this.gotoAndStop(2); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnoversnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } } on (release, releaseOutside, rollOut) { this.gotoAndStop(1); }
Instance of Symbol 686 MovieClip "foot_4" in Frame 6
on (press) { this.gotoAndStop(2); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnclicksnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnclicksnd"); } } on (rollOver) { this.gotoAndStop(2); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnoversnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } } on (release, releaseOutside, rollOut) { this.gotoAndStop(1); }
Instance of Symbol 688 MovieClip "foot_5" in Frame 6
on (press) { this.gotoAndStop(2); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnclicksnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnclicksnd"); } } on (rollOver) { this.gotoAndStop(2); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnoversnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } } on (release, releaseOutside, rollOut) { this.gotoAndStop(1); }
Frame 7
if (this.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_finalins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.finalins = new Sound(this._parent.BS_finalins); } else { this.createEmptyMovieClip("_finalins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.finalins = new Sound(this.BS_finalins); } _global.Behaviors.Sound.finalins.attachSound("finalsnd"); _global.Behaviors.Sound.finalins.start(0, 1); } else { _global.Behaviors.Sound.finalins.stop("finalsnd"); } stop(); printButton.onPress = function () { update(printPreview); var _local1 = new PrintJob(); if (_local1.start()) { var _local2 = 0; if (_local1.addPage(_currentframe)) { _local2++; } if (_local2 > 0) { _local1.send(); } } else { trace("PrintJob.start() failed"); } }; stop(); function rightclick() { getURL ("http://www.bbdressup.com"); } var fmm01_menu = new ContextMenu(); fmm01_menu.hideBuiltInItems(); _root.menu = fmm01_menu; var item = new ContextMenuItem("", rightclick); fmm01_menu.customItems[0] = item;
Symbol 10 MovieClip [star] Frame 27
removeMovieClip(this); stop();
Symbol 11 MovieClip [a201] Frame 1
stop();
Symbol 11 MovieClip [a201] Frame 2
stop();
Symbol 20 MovieClip Frame 1
var _speedX = (Math.ceil(Math.random() * 3) + 3); var _speedY = (Math.ceil(Math.random() * 3) + 3); _yscale = (Math.ceil(Math.random() * 60) + 60); _xscale = (Math.ceil(Math.random() * 60) + 60); onEnterFrame = function () { if (_x > (Stage.width + _width)) { _x = (-1 * _width); _speedX = (_speedY = Math.ceil(Math.random() * 3) + 3); _yscale = (Math.ceil(Math.random() * 60) + 60); _xscale = (Math.ceil(Math.random() * 60) + 60); } else { _x = (_x + _speedX); } if (_y > (Stage.height + _height)) { _y = (-1 * _height); _speedX = (_speedY = Math.ceil(Math.random() * 3) + 3); _yscale = (Math.ceil(Math.random() * 60) + 60); _xscale = (Math.ceil(Math.random() * 60) + 60); } else { _y = (_y + _speedY); } };
Symbol 28 MovieClip Frame 1
stop();
Symbol 28 MovieClip Frame 2
stop();
Symbol 50 MovieClip Frame 20
stop();
Symbol 52 MovieClip Frame 1
stop();
Instance of Symbol 51 MovieClip "invisibutton" in Symbol 52 MovieClip Frame 2
on (release) { _root.play(); }
Instance of Symbol 28 MovieClip in Symbol 53 MovieClip Frame 1
on (press) { getURL ("http://www.bbdressup.com", "_blank", "GET"); }
Symbol 773 MovieClip [__Packages.mx.transitions.OnEnterFrameBeacon] Frame 0
class mx.transitions.OnEnterFrameBeacon { function OnEnterFrameBeacon () { } static function init() { var _local4 = _global.MovieClip; if (!_root.__OnEnterFrameBeacon) { mx.transitions.BroadcasterMX.initialize(_local4); var _local3 = _root.createEmptyMovieClip("__OnEnterFrameBeacon", 9876); _local3.onEnterFrame = function () { _global.MovieClip.broadcastMessage("onEnterFrame"); }; } } static var version = "1.1.0.52"; }
Symbol 774 MovieClip [__Packages.mx.transitions.BroadcasterMX] Frame 0
class mx.transitions.BroadcasterMX { var _listeners; function BroadcasterMX () { } static function initialize(o, dontCreateArray) { if (o.broadcastMessage != undefined) { delete o.broadcastMessage; } o.addListener = mx.transitions.BroadcasterMX.prototype.addListener; o.removeListener = mx.transitions.BroadcasterMX.prototype.removeListener; if (!dontCreateArray) { o._listeners = new Array(); } } function addListener(o) { removeListener(o); if (broadcastMessage == undefined) { broadcastMessage = mx.transitions.BroadcasterMX.prototype.broadcastMessage; } return(_listeners.push(o)); } function removeListener(o) { var _local2 = _listeners; var _local3 = _local2.length; while (_local3--) { if (_local2[_local3] == o) { _local2.splice(_local3, 1); if (!_local2.length) { broadcastMessage = undefined; } return(true); } } return(false); } function broadcastMessage() { var _local5 = String(arguments.shift()); var _local4 = _listeners.concat(); var _local6 = _local4.length; var _local3 = 0; while (_local3 < _local6) { _local4[_local3][_local5].apply(_local4[_local3], arguments); _local3++; } } static var version = "1.1.0.52"; }
Symbol 775 MovieClip [__Packages.mx.transitions.Tween] Frame 0
class mx.transitions.Tween { var obj, prop, begin, useSeconds, _listeners, addListener, prevTime, _time, looping, _duration, broadcastMessage, isPlaying, _fps, prevPos, _pos, change, _intervalID, _startTime; function Tween (obj, prop, func, begin, finish, duration, useSeconds) { mx.transitions.OnEnterFrameBeacon.init(); if (!arguments.length) { return; } this.obj = obj; this.prop = prop; this.begin = begin; position = (begin); this.duration = (duration); this.useSeconds = useSeconds; if (func) { this.func = func; } this.finish = (finish); _listeners = []; addListener(this); start(); } function set time(t) { prevTime = _time; if (t > duration) { if (looping) { rewind(t - _duration); update(); broadcastMessage("onMotionLooped", this); } else { if (useSeconds) { _time = _duration; update(); } stop(); broadcastMessage("onMotionFinished", this); } } else if (t < 0) { rewind(); update(); } else { _time = t; update(); } //return(time); } function get time() { return(_time); } function set duration(d) { _duration = (((d == null) || (d <= 0)) ? (_global.Infinity) : (d)); //return(duration); } function get duration() { return(_duration); } function set FPS(fps) { var _local2 = isPlaying; stopEnterFrame(); _fps = fps; if (_local2) { startEnterFrame(); } //return(FPS); } function get FPS() { return(_fps); } function set position(p) { setPosition(p); //return(position); } function setPosition(p) { prevPos = _pos; obj[prop] = (_pos = p); broadcastMessage("onMotionChanged", this, _pos); updateAfterEvent(); } function get position() { return(getPosition()); } function getPosition(t) { if (t == undefined) { t = _time; } return(func(t, begin, change, _duration)); } function set finish(f) { change = f - begin; //return(finish); } function get finish() { return(begin + change); } function continueTo(finish, duration) { begin = position; this.finish = (finish); if (duration != undefined) { this.duration = (duration); } start(); } function yoyo() { continueTo(begin, time); } function startEnterFrame() { if (_fps == undefined) { _global.MovieClip.addListener(this); } else { _intervalID = setInterval(this, "onEnterFrame", 1000 / _fps); } isPlaying = true; } function stopEnterFrame() { if (_fps == undefined) { _global.MovieClip.removeListener(this); } else { clearInterval(_intervalID); } isPlaying = false; } function start() { rewind(); startEnterFrame(); broadcastMessage("onMotionStarted", this); } function stop() { stopEnterFrame(); broadcastMessage("onMotionStopped", this); } function resume() { fixTime(); startEnterFrame(); broadcastMessage("onMotionResumed", this); } function rewind(t) { _time = ((t == undefined) ? 0 : (t)); fixTime(); update(); } function fforward() { time = (_duration); fixTime(); } function nextFrame() { if (useSeconds) { time = ((getTimer() - _startTime) / 1000); } else { time = (_time + 1); } } function onEnterFrame() { nextFrame(); } function prevFrame() { if (!useSeconds) { time = (_time - 1); } } function toString() { return("[Tween]"); } function fixTime() { if (useSeconds) { _startTime = getTimer() - (_time * 1000); } } function update() { position = (getPosition(_time)); } static var version = "1.1.0.52"; static var __initBeacon = mx.transitions.OnEnterFrameBeacon.init(); static var __initBroadcaster = mx.transitions.BroadcasterMX.initialize(mx.transitions.Tween.prototype, true); function func(t, b, c, d) { return(((c * t) / d) + b); } }
Symbol 776 MovieClip [__Packages.mx.transitions.easing.Strong] Frame 0
class mx.transitions.easing.Strong { function Strong () { } static function easeIn(t, b, c, d) { t = t / d; return((((((c * t) * t) * t) * t) * t) + b); } static function easeOut(t, b, c, d) { t = (t / d) - 1; return((c * (((((t * t) * t) * t) * t) + 1)) + b); } static function easeInOut(t, b, c, d) { t = t / (d / 2); if (t < 1) { return(((((((c / 2) * t) * t) * t) * t) * t) + b); } t = t - 2; return(((c / 2) * (((((t * t) * t) * t) * t) + 2)) + b); } static var version = "1.1.0.52"; }
Symbol 777 MovieClip [__Packages.mx.transitions.easing.Back] Frame 0
class mx.transitions.easing.Back { function Back () { } static function easeIn(t, b, c, d, s) { if (s == undefined) { s = 1.70158; } t = t / d; return((((c * t) * t) * (((s + 1) * t) - s)) + b); } static function easeOut(t, b, c, d, s) { if (s == undefined) { s = 1.70158; } t = (t / d) - 1; return((c * (((t * t) * (((s + 1) * t) + s)) + 1)) + b); } static function easeInOut(t, b, c, d, s) { if (s == undefined) { s = 1.70158; } t = t / (d / 2); if (t < 1) { s = s * 1.525; return(((c / 2) * ((t * t) * (((s + 1) * t) - s))) + b); } t = t - 2; s = s * 1.525; return(((c / 2) * (((t * t) * (((s + 1) * t) + s)) + 2)) + b); } static var version = "1.1.0.52"; }
Symbol 148 MovieClip Frame 1
stop();
Symbol 170 Button
on (release) { gotoAndPlay ("makeover"); if (this.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_navclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.navclickins = new Sound(this._parent.BS_navclickins); } else { this.createEmptyMovieClip("_navclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.navclickins = new Sound(this.BS_navclickins); } _global.Behaviors.Sound.navclickins.attachSound("navclicksnd"); _global.Behaviors.Sound.navclickins.start(0, 1); } else { _global.Behaviors.Sound.navclickins.stop("navclicksnd"); } } on (rollOver) { if (this.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose); } else { this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.loose = new Sound(this.BS_loose); } _global.Behaviors.Sound.loose.attachSound("navoversnd"); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop("mussnd"); } }
Symbol 179 Button
on (release) { gotoAndStop (2); fscommand ("fullscreen", "true"); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_navclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.navclickins = new Sound(this._parent.BS_navclickins); } else { this.createEmptyMovieClip("_navclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.navclickins = new Sound(this.BS_navclickins); } _global.Behaviors.Sound.navclickins.attachSound("navclicksnd"); _global.Behaviors.Sound.navclickins.start(0, 1); } else { _global.Behaviors.Sound.navclickins.stop("navclicksnd"); } } on (rollOver) { if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose); } else { this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.loose = new Sound(this.BS_loose); } _global.Behaviors.Sound.loose.attachSound("navoversnd"); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop("navoversnd"); } }
Symbol 183 Button
on (release) { gotoAndStop (1); fscommand ("fullscreen", "false"); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_navclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.navclickins = new Sound(this._parent.BS_navclickins); } else { this.createEmptyMovieClip("_navclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.navclickins = new Sound(this.BS_navclickins); } _global.Behaviors.Sound.navclickins.attachSound("navclicksnd"); _global.Behaviors.Sound.navclickins.start(0, 1); } else { _global.Behaviors.Sound.navclickins.stop("navclicksnd"); } } on (rollOver) { if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose); } else { this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.loose = new Sound(this.BS_loose); } _global.Behaviors.Sound.loose.attachSound("navoversnd"); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop("navoversnd"); } }
Symbol 184 MovieClip Frame 1
stop();
Symbol 184 MovieClip Frame 2
stop();
Symbol 188 Button
on (release) { getURL ("http://www.bbdressup.com", "_blank"); }
Symbol 193 Button
on (release) { gotoAndStop (2); }
Symbol 196 Button
on (release) { gotoAndStop (1); }
Symbol 197 MovieClip Frame 1
stop(); if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_bgsnd", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.bgsnd = new Sound(this._parent.BS_bgsnd); } else { this.createEmptyMovieClip("_bgsnd_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.bgsnd = new Sound(this.BS_bgsnd); } _global.Behaviors.Sound.bgsnd.attachSound("vensnd"); _global.Behaviors.Sound.bgsnd.start(0, 999);
Symbol 197 MovieClip Frame 2
stop(); stopAllSounds();
Symbol 209 MovieClip Frame 1
stop();
Symbol 211 MovieClip Frame 1
stop();
Symbol 216 MovieClip Frame 10
stop();
Symbol 221 MovieClip Frame 10
stop();
Symbol 226 MovieClip Frame 10
stop();
Symbol 231 MovieClip Frame 10
stop();
Symbol 236 MovieClip Frame 10
stop();
Symbol 241 MovieClip Frame 10
stop();
Symbol 242 MovieClip Frame 1
stop();
Symbol 242 MovieClip Frame 2
this._parent._parent.model_mc._xscale = 32; this._parent._parent.model_mc._yscale = 32; this._parent._parent.model_mc._x = 455; this._parent._parent.model_mc._y = 20; if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins); } else { this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.glowins = new Sound(this.BS_glowins); } _global.Behaviors.Sound.glowins.attachSound("glowsnd"); _global.Behaviors.Sound.glowins.start(0, 1); } else { _global.Behaviors.Sound.glowins.stop("glowsnd"); }
Symbol 242 MovieClip Frame 3
this._parent._parent.model_mc._xscale = 32; this._parent._parent.model_mc._yscale = 32; this._parent._parent.model_mc._x = 455; this._parent._parent.model_mc._y = 20; if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins); } else { this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.glowins = new Sound(this.BS_glowins); } _global.Behaviors.Sound.glowins.attachSound("glowsnd"); _global.Behaviors.Sound.glowins.start(0, 1); } else { _global.Behaviors.Sound.glowins.stop("glowsnd"); }
Symbol 242 MovieClip Frame 4
this._parent._parent.model_mc._xscale = 32; this._parent._parent.model_mc._yscale = 32; this._parent._parent.model_mc._x = 455; this._parent._parent.model_mc._y = 20; if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins); } else { this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.glowins = new Sound(this.BS_glowins); } _global.Behaviors.Sound.glowins.attachSound("glowsnd"); _global.Behaviors.Sound.glowins.start(0, 1); } else { _global.Behaviors.Sound.glowins.stop("glowsnd"); }
Symbol 242 MovieClip Frame 5
this._parent._parent.model_mc._xscale = 32; this._parent._parent.model_mc._yscale = 32; this._parent._parent.model_mc._x = 455; this._parent._parent.model_mc._y = 20; if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins); } else { this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.glowins = new Sound(this.BS_glowins); } _global.Behaviors.Sound.glowins.attachSound("glowsnd"); _global.Behaviors.Sound.glowins.start(0, 1); } else { _global.Behaviors.Sound.glowins.stop("glowsnd"); }
Symbol 242 MovieClip Frame 6
this._parent._parent.model_mc._xscale = 32; this._parent._parent.model_mc._yscale = 32; this._parent._parent.model_mc._x = 455; this._parent._parent.model_mc._y = 20; if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins); } else { this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.glowins = new Sound(this.BS_glowins); } _global.Behaviors.Sound.glowins.attachSound("glowsnd"); _global.Behaviors.Sound.glowins.start(0, 1); } else { _global.Behaviors.Sound.glowins.stop("glowsnd"); }
Symbol 242 MovieClip Frame 7
this._parent._parent.model_mc._xscale = 32; this._parent._parent.model_mc._yscale = 32; this._parent._parent.model_mc._x = 455; this._parent._parent.model_mc._y = 20; if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins); } else { this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.glowins = new Sound(this.BS_glowins); } _global.Behaviors.Sound.glowins.attachSound("glowsnd"); _global.Behaviors.Sound.glowins.start(0, 1); } else { _global.Behaviors.Sound.glowins.stop("glowsnd"); }
Symbol 252 MovieClip Frame 20
stop();
Symbol 264 MovieClip Frame 20
stop();
Symbol 271 MovieClip Frame 20
stop();
Symbol 277 MovieClip Frame 20
stop();
Symbol 282 MovieClip Frame 20
stop();
Symbol 285 MovieClip Frame 20
stop();
Symbol 292 MovieClip Frame 20
stop();
Symbol 298 MovieClip Frame 20
stop();
Symbol 305 MovieClip Frame 20
stop();
Symbol 316 MovieClip Frame 20
stop();
Symbol 322 MovieClip Frame 20
stop();
Symbol 325 MovieClip Frame 20
stop();
Symbol 326 MovieClip Frame 1
stop();
Symbol 326 MovieClip Frame 2
this._parent._parent.model_mc._xscale = 32; this._parent._parent.model_mc._yscale = 32; this._parent._parent.model_mc._x = 455; this._parent._parent.model_mc._y = 20; if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins); } else { this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.glowins = new Sound(this.BS_glowins); } _global.Behaviors.Sound.glowins.attachSound("glowsnd"); _global.Behaviors.Sound.glowins.start(0, 1); } else { _global.Behaviors.Sound.glowins.stop("glowsnd"); }
Symbol 326 MovieClip Frame 3
this._parent._parent.model_mc._xscale = 32; this._parent._parent.model_mc._yscale = 32; this._parent._parent.model_mc._x = 455; this._parent._parent.model_mc._y = 20; if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins); } else { this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.glowins = new Sound(this.BS_glowins); } _global.Behaviors.Sound.glowins.attachSound("glowsnd"); _global.Behaviors.Sound.glowins.start(0, 1); } else { _global.Behaviors.Sound.glowins.stop("glowsnd"); }
Symbol 326 MovieClip Frame 4
this._parent._parent.model_mc._xscale = 32; this._parent._parent.model_mc._yscale = 32; this._parent._parent.model_mc._x = 455; this._parent._parent.model_mc._y = 20; if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins); } else { this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.glowins = new Sound(this.BS_glowins); } _global.Behaviors.Sound.glowins.attachSound("glowsnd"); _global.Behaviors.Sound.glowins.start(0, 1); } else { _global.Behaviors.Sound.glowins.stop("glowsnd"); }
Symbol 326 MovieClip Frame 5
this._parent._parent.model_mc._xscale = 32; this._parent._parent.model_mc._yscale = 32; this._parent._parent.model_mc._x = 455; this._parent._parent.model_mc._y = 20; if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins); } else { this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.glowins = new Sound(this.BS_glowins); } _global.Behaviors.Sound.glowins.attachSound("glowsnd"); _global.Behaviors.Sound.glowins.start(0, 1); } else { _global.Behaviors.Sound.glowins.stop("glowsnd"); }
Symbol 326 MovieClip Frame 6
this._parent._parent.model_mc._xscale = 32; this._parent._parent.model_mc._yscale = 32; this._parent._parent.model_mc._x = 455; this._parent._parent.model_mc._y = 20; if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins); } else { this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.glowins = new Sound(this.BS_glowins); } _global.Behaviors.Sound.glowins.attachSound("glowsnd"); _global.Behaviors.Sound.glowins.start(0, 1); } else { _global.Behaviors.Sound.glowins.stop("glowsnd"); }
Symbol 326 MovieClip Frame 7
this._parent._parent.model_mc._xscale = 32; this._parent._parent.model_mc._yscale = 32; this._parent._parent.model_mc._x = 455; this._parent._parent.model_mc._y = 20; if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins); } else { this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.glowins = new Sound(this.BS_glowins); } _global.Behaviors.Sound.glowins.attachSound("glowsnd"); _global.Behaviors.Sound.glowins.start(0, 1); } else { _global.Behaviors.Sound.glowins.stop("glowsnd"); }
Symbol 326 MovieClip Frame 8
this._parent._parent.model_mc._xscale = 32; this._parent._parent.model_mc._yscale = 32; this._parent._parent.model_mc._x = 455; this._parent._parent.model_mc._y = 20; if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins); } else { this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.glowins = new Sound(this.BS_glowins); } _global.Behaviors.Sound.glowins.attachSound("glowsnd"); _global.Behaviors.Sound.glowins.start(0, 1); } else { _global.Behaviors.Sound.glowins.stop("glowsnd"); }
Symbol 326 MovieClip Frame 9
this._parent._parent.model_mc._xscale = 32; this._parent._parent.model_mc._yscale = 32; this._parent._parent.model_mc._x = 455; this._parent._parent.model_mc._y = 20; if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins); } else { this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.glowins = new Sound(this.BS_glowins); } _global.Behaviors.Sound.glowins.attachSound("glowsnd"); _global.Behaviors.Sound.glowins.start(0, 1); } else { _global.Behaviors.Sound.glowins.stop("glowsnd"); }
Symbol 326 MovieClip Frame 10
this._parent._parent.model_mc._xscale = 32; this._parent._parent.model_mc._yscale = 32; this._parent._parent.model_mc._x = 455; this._parent._parent.model_mc._y = 20; if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins); } else { this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.glowins = new Sound(this.BS_glowins); } _global.Behaviors.Sound.glowins.attachSound("glowsnd"); _global.Behaviors.Sound.glowins.start(0, 1); } else { _global.Behaviors.Sound.glowins.stop("glowsnd"); }
Symbol 326 MovieClip Frame 11
this._parent._parent.model_mc._xscale = 32; this._parent._parent.model_mc._yscale = 32; this._parent._parent.model_mc._x = 455; this._parent._parent.model_mc._y = 20; if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins); } else { this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.glowins = new Sound(this.BS_glowins); } _global.Behaviors.Sound.glowins.attachSound("glowsnd"); _global.Behaviors.Sound.glowins.start(0, 1); } else { _global.Behaviors.Sound.glowins.stop("glowsnd"); }
Symbol 326 MovieClip Frame 12
this._parent._parent.model_mc._xscale = 32; this._parent._parent.model_mc._yscale = 32; this._parent._parent.model_mc._x = 455; this._parent._parent.model_mc._y = 20; if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins); } else { this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.glowins = new Sound(this.BS_glowins); } _global.Behaviors.Sound.glowins.attachSound("glowsnd"); _global.Behaviors.Sound.glowins.start(0, 1); } else { _global.Behaviors.Sound.glowins.stop("glowsnd"); }
Symbol 326 MovieClip Frame 13
this._parent._parent.model_mc._xscale = 32; this._parent._parent.model_mc._yscale = 32; this._parent._parent.model_mc._x = 455; this._parent._parent.model_mc._y = 20; if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins); } else { this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.glowins = new Sound(this.BS_glowins); } _global.Behaviors.Sound.glowins.attachSound("glowsnd"); _global.Behaviors.Sound.glowins.start(0, 1); } else { _global.Behaviors.Sound.glowins.stop("glowsnd"); }
Symbol 333 MovieClip Frame 10
stop();
Symbol 349 MovieClip Frame 10
stop();
Symbol 355 MovieClip Frame 10
stop();
Symbol 363 MovieClip Frame 10
stop();
Symbol 372 MovieClip Frame 10
stop();
Symbol 379 MovieClip Frame 10
stop();
Symbol 380 MovieClip Frame 1
stop();
Symbol 380 MovieClip Frame 2
this._parent._parent.model_mc._xscale = 75; this._parent._parent.model_mc._yscale = 75; this._parent._parent.model_mc._x = 370; this._parent._parent.model_mc._y = 50; if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins); } else { this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.glowins = new Sound(this.BS_glowins); } _global.Behaviors.Sound.glowins.attachSound("glowsnd"); _global.Behaviors.Sound.glowins.start(0, 1); } else { _global.Behaviors.Sound.glowins.stop("glowsnd"); }
Symbol 380 MovieClip Frame 3
this._parent._parent.model_mc._xscale = 75; this._parent._parent.model_mc._yscale = 75; this._parent._parent.model_mc._x = 370; this._parent._parent.model_mc._y = 50; if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins); } else { this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.glowins = new Sound(this.BS_glowins); } _global.Behaviors.Sound.glowins.attachSound("glowsnd"); _global.Behaviors.Sound.glowins.start(0, 1); } else { _global.Behaviors.Sound.glowins.stop("glowsnd"); }
Symbol 380 MovieClip Frame 4
this._parent._parent.model_mc._xscale = 75; this._parent._parent.model_mc._yscale = 75; this._parent._parent.model_mc._x = 370; this._parent._parent.model_mc._y = 50; if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins); } else { this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.glowins = new Sound(this.BS_glowins); } _global.Behaviors.Sound.glowins.attachSound("glowsnd"); _global.Behaviors.Sound.glowins.start(0, 1); } else { _global.Behaviors.Sound.glowins.stop("glowsnd"); }
Symbol 380 MovieClip Frame 5
this._parent._parent.model_mc._xscale = 75; this._parent._parent.model_mc._yscale = 75; this._parent._parent.model_mc._x = 370; this._parent._parent.model_mc._y = 50; if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins); } else { this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.glowins = new Sound(this.BS_glowins); } _global.Behaviors.Sound.glowins.attachSound("glowsnd"); _global.Behaviors.Sound.glowins.start(0, 1); } else { _global.Behaviors.Sound.glowins.stop("glowsnd"); }
Symbol 380 MovieClip Frame 6
this._parent._parent.model_mc._xscale = 75; this._parent._parent.model_mc._yscale = 75; this._parent._parent.model_mc._x = 370; this._parent._parent.model_mc._y = 50; if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins); } else { this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.glowins = new Sound(this.BS_glowins); } _global.Behaviors.Sound.glowins.attachSound("glowsnd"); _global.Behaviors.Sound.glowins.start(0, 1); } else { _global.Behaviors.Sound.glowins.stop("glowsnd"); }
Symbol 380 MovieClip Frame 7
this._parent._parent.model_mc._xscale = 75; this._parent._parent.model_mc._yscale = 75; this._parent._parent.model_mc._x = 370; this._parent._parent.model_mc._y = 50; if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins); } else { this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.glowins = new Sound(this.BS_glowins); } _global.Behaviors.Sound.glowins.attachSound("glowsnd"); _global.Behaviors.Sound.glowins.start(0, 1); } else { _global.Behaviors.Sound.glowins.stop("glowsnd"); }
Symbol 387 MovieClip Frame 1
stop();
Symbol 396 MovieClip Frame 1
stop();
Symbol 404 MovieClip Frame 1
stop();
Symbol 408 MovieClip Frame 1
stop();
Symbol 412 MovieClip Frame 1
stop();
Symbol 412 MovieClip Frame 2
stop();
Symbol 412 MovieClip Frame 3
stop();
Symbol 412 MovieClip Frame 4
stop();
Symbol 412 MovieClip Frame 5
stop();
Symbol 412 MovieClip Frame 6
stop();
Symbol 412 MovieClip Frame 7
stop();
Symbol 416 MovieClip Frame 1
stop();
Symbol 416 MovieClip Frame 2
stop();
Symbol 416 MovieClip Frame 3
stop();
Symbol 416 MovieClip Frame 4
stop();
Symbol 416 MovieClip Frame 5
stop();
Symbol 416 MovieClip Frame 6
stop();
Symbol 416 MovieClip Frame 7
stop();
Symbol 420 MovieClip Frame 1
stop();
Symbol 420 MovieClip Frame 2
stop();
Symbol 420 MovieClip Frame 3
stop();
Symbol 420 MovieClip Frame 4
stop();
Symbol 420 MovieClip Frame 5
stop();
Symbol 420 MovieClip Frame 6
stop();
Symbol 420 MovieClip Frame 7
stop();
Symbol 424 MovieClip Frame 1
stop();
Symbol 424 MovieClip Frame 2
stop();
Symbol 424 MovieClip Frame 3
stop();
Symbol 424 MovieClip Frame 4
stop();
Symbol 424 MovieClip Frame 5
stop();
Symbol 424 MovieClip Frame 6
stop();
Symbol 424 MovieClip Frame 7
stop();
Symbol 428 MovieClip Frame 1
stop();
Symbol 428 MovieClip Frame 2
stop();
Symbol 428 MovieClip Frame 3
stop();
Symbol 428 MovieClip Frame 4
stop();
Symbol 428 MovieClip Frame 5
stop();
Symbol 428 MovieClip Frame 6
stop();
Symbol 428 MovieClip Frame 7
stop();
Instance of Symbol 431 MovieClip "p39" in Symbol 432 MovieClip Frame 1
on (press) { if (_name.substr(0, 1) == "p") { this.swapDepths(_root.d++); this.startDrag(); } } on (release) { if (_name.substr(0, 1) == "p") { this.stopDrag(); _root.matchCheck(this); } }
Symbol 434 MovieClip Frame 1
stop();
Symbol 434 MovieClip Frame 2
stop();
Symbol 434 MovieClip Frame 3
stop();
Symbol 434 MovieClip Frame 4
stop();
Symbol 434 MovieClip Frame 5
stop();
Symbol 434 MovieClip Frame 6
stop();
Symbol 434 MovieClip Frame 7
stop();
Symbol 435 MovieClip Frame 1
stop();
Symbol 439 MovieClip Frame 10
stop();
Symbol 443 MovieClip Frame 10
stop();
Symbol 446 MovieClip Frame 10
stop();
Symbol 452 MovieClip Frame 10
stop();
Symbol 455 MovieClip Frame 10
stop();
Symbol 458 MovieClip Frame 10
stop();
Symbol 459 MovieClip Frame 1
stop();
Symbol 459 MovieClip Frame 2
this._parent._parent.model_mc._xscale = 75; this._parent._parent.model_mc._yscale = 75; this._parent._parent.model_mc._x = 370; this._parent._parent.model_mc._y = 50; if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins); } else { this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.glowins = new Sound(this.BS_glowins); } _global.Behaviors.Sound.glowins.attachSound("glowsnd"); _global.Behaviors.Sound.glowins.start(0, 1); } else { _global.Behaviors.Sound.glowins.stop("glowsnd"); }
Symbol 459 MovieClip Frame 3
this._parent._parent.model_mc._xscale = 75; this._parent._parent.model_mc._yscale = 75; this._parent._parent.model_mc._x = 370; this._parent._parent.model_mc._y = 50; if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins); } else { this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.glowins = new Sound(this.BS_glowins); } _global.Behaviors.Sound.glowins.attachSound("glowsnd"); _global.Behaviors.Sound.glowins.start(0, 1); } else { _global.Behaviors.Sound.glowins.stop("glowsnd"); }
Symbol 459 MovieClip Frame 4
this._parent._parent.model_mc._xscale = 75; this._parent._parent.model_mc._yscale = 75; this._parent._parent.model_mc._x = 370; this._parent._parent.model_mc._y = 50; if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins); } else { this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.glowins = new Sound(this.BS_glowins); } _global.Behaviors.Sound.glowins.attachSound("glowsnd"); _global.Behaviors.Sound.glowins.start(0, 1); } else { _global.Behaviors.Sound.glowins.stop("glowsnd"); }
Symbol 459 MovieClip Frame 5
this._parent._parent.model_mc._xscale = 75; this._parent._parent.model_mc._yscale = 75; this._parent._parent.model_mc._x = 370; this._parent._parent.model_mc._y = 50; if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins); } else { this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.glowins = new Sound(this.BS_glowins); } _global.Behaviors.Sound.glowins.attachSound("glowsnd"); _global.Behaviors.Sound.glowins.start(0, 1); } else { _global.Behaviors.Sound.glowins.stop("glowsnd"); }
Symbol 459 MovieClip Frame 6
this._parent._parent.model_mc._xscale = 75; this._parent._parent.model_mc._yscale = 75; this._parent._parent.model_mc._x = 370; this._parent._parent.model_mc._y = 50; if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins); } else { this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.glowins = new Sound(this.BS_glowins); } _global.Behaviors.Sound.glowins.attachSound("glowsnd"); _global.Behaviors.Sound.glowins.start(0, 1); } else { _global.Behaviors.Sound.glowins.stop("glowsnd"); }
Symbol 459 MovieClip Frame 7
this._parent._parent.model_mc._xscale = 75; this._parent._parent.model_mc._yscale = 75; this._parent._parent.model_mc._x = 370; this._parent._parent.model_mc._y = 50; if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins); } else { this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.glowins = new Sound(this.BS_glowins); } _global.Behaviors.Sound.glowins.attachSound("glowsnd"); _global.Behaviors.Sound.glowins.start(0, 1); } else { _global.Behaviors.Sound.glowins.stop("glowsnd"); }
Symbol 463 MovieClip Frame 10
stop();
Symbol 469 MovieClip Frame 10
stop();
Symbol 474 MovieClip Frame 10
stop();
Symbol 483 MovieClip Frame 10
stop();
Symbol 488 MovieClip Frame 10
stop();
Symbol 491 MovieClip Frame 10
stop();
Symbol 492 MovieClip Frame 1
stop();
Symbol 492 MovieClip Frame 2
this._parent._parent.model_mc._xscale = 32; this._parent._parent.model_mc._yscale = 32; this._parent._parent.model_mc._x = 455; this._parent._parent.model_mc._y = 20; if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins); } else { this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.glowins = new Sound(this.BS_glowins); } _global.Behaviors.Sound.glowins.attachSound("glowsnd"); _global.Behaviors.Sound.glowins.start(0, 1); } else { _global.Behaviors.Sound.glowins.stop("glowsnd"); }
Symbol 492 MovieClip Frame 3
this._parent._parent.model_mc._xscale = 32; this._parent._parent.model_mc._yscale = 32; this._parent._parent.model_mc._x = 455; this._parent._parent.model_mc._y = 20; if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins); } else { this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.glowins = new Sound(this.BS_glowins); } _global.Behaviors.Sound.glowins.attachSound("glowsnd"); _global.Behaviors.Sound.glowins.start(0, 1); } else { _global.Behaviors.Sound.glowins.stop("glowsnd"); }
Symbol 492 MovieClip Frame 4
this._parent._parent.model_mc._xscale = 32; this._parent._parent.model_mc._yscale = 32; this._parent._parent.model_mc._x = 455; this._parent._parent.model_mc._y = 20; if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins); } else { this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.glowins = new Sound(this.BS_glowins); } _global.Behaviors.Sound.glowins.attachSound("glowsnd"); _global.Behaviors.Sound.glowins.start(0, 1); } else { _global.Behaviors.Sound.glowins.stop("glowsnd"); }
Symbol 492 MovieClip Frame 5
this._parent._parent.model_mc._xscale = 32; this._parent._parent.model_mc._yscale = 32; this._parent._parent.model_mc._x = 455; this._parent._parent.model_mc._y = 20; if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins); } else { this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.glowins = new Sound(this.BS_glowins); } _global.Behaviors.Sound.glowins.attachSound("glowsnd"); _global.Behaviors.Sound.glowins.start(0, 1); } else { _global.Behaviors.Sound.glowins.stop("glowsnd"); }
Symbol 492 MovieClip Frame 6
this._parent._parent.model_mc._xscale = 32; this._parent._parent.model_mc._yscale = 32; this._parent._parent.model_mc._x = 455; this._parent._parent.model_mc._y = 20; if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins); } else { this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.glowins = new Sound(this.BS_glowins); } _global.Behaviors.Sound.glowins.attachSound("glowsnd"); _global.Behaviors.Sound.glowins.start(0, 1); } else { _global.Behaviors.Sound.glowins.stop("glowsnd"); }
Symbol 492 MovieClip Frame 7
this._parent._parent.model_mc._xscale = 32; this._parent._parent.model_mc._yscale = 32; this._parent._parent.model_mc._x = 455; this._parent._parent.model_mc._y = 20; if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins); } else { this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.glowins = new Sound(this.BS_glowins); } _global.Behaviors.Sound.glowins.attachSound("glowsnd"); _global.Behaviors.Sound.glowins.start(0, 1); } else { _global.Behaviors.Sound.glowins.stop("glowsnd"); }
Symbol 497 MovieClip Frame 10
stop();
Symbol 503 MovieClip Frame 10
stop();
Symbol 509 MovieClip Frame 10
stop();
Symbol 523 MovieClip Frame 10
stop();
Symbol 527 MovieClip Frame 10
stop();
Symbol 531 MovieClip Frame 10
stop();
Symbol 532 MovieClip Frame 1
stop();
Symbol 532 MovieClip Frame 2
this._parent._parent.model_mc._xscale = 75; this._parent._parent.model_mc._yscale = 75; this._parent._parent.model_mc._x = 370; this._parent._parent.model_mc._y = 50; if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins); } else { this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.glowins = new Sound(this.BS_glowins); } _global.Behaviors.Sound.glowins.attachSound("glowsnd"); _global.Behaviors.Sound.glowins.start(0, 1); } else { _global.Behaviors.Sound.glowins.stop("glowsnd"); }
Symbol 532 MovieClip Frame 3
this._parent._parent.model_mc._xscale = 75; this._parent._parent.model_mc._yscale = 75; this._parent._parent.model_mc._x = 370; this._parent._parent.model_mc._y = 50; if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins); } else { this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.glowins = new Sound(this.BS_glowins); } _global.Behaviors.Sound.glowins.attachSound("glowsnd"); _global.Behaviors.Sound.glowins.start(0, 1); } else { _global.Behaviors.Sound.glowins.stop("glowsnd"); }
Symbol 532 MovieClip Frame 4
this._parent._parent.model_mc._xscale = 75; this._parent._parent.model_mc._yscale = 75; this._parent._parent.model_mc._x = 370; this._parent._parent.model_mc._y = 50; if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins); } else { this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.glowins = new Sound(this.BS_glowins); } _global.Behaviors.Sound.glowins.attachSound("glowsnd"); _global.Behaviors.Sound.glowins.start(0, 1); } else { _global.Behaviors.Sound.glowins.stop("glowsnd"); }
Symbol 532 MovieClip Frame 5
this._parent._parent.model_mc._xscale = 75; this._parent._parent.model_mc._yscale = 75; this._parent._parent.model_mc._x = 370; this._parent._parent.model_mc._y = 50; if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins); } else { this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.glowins = new Sound(this.BS_glowins); } _global.Behaviors.Sound.glowins.attachSound("glowsnd"); _global.Behaviors.Sound.glowins.start(0, 1); } else { _global.Behaviors.Sound.glowins.stop("glowsnd"); }
Symbol 532 MovieClip Frame 6
this._parent._parent.model_mc._xscale = 75; this._parent._parent.model_mc._yscale = 75; this._parent._parent.model_mc._x = 370; this._parent._parent.model_mc._y = 50; if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins); } else { this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.glowins = new Sound(this.BS_glowins); } _global.Behaviors.Sound.glowins.attachSound("glowsnd"); _global.Behaviors.Sound.glowins.start(0, 1); } else { _global.Behaviors.Sound.glowins.stop("glowsnd"); }
Symbol 532 MovieClip Frame 7
this._parent._parent.model_mc._xscale = 75; this._parent._parent.model_mc._yscale = 75; this._parent._parent.model_mc._x = 370; this._parent._parent.model_mc._y = 50; if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins); } else { this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.glowins = new Sound(this.BS_glowins); } _global.Behaviors.Sound.glowins.attachSound("glowsnd"); _global.Behaviors.Sound.glowins.start(0, 1); } else { _global.Behaviors.Sound.glowins.stop("glowsnd"); }
Symbol 546 Button
on (rollOver) { if (this.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnclicksnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } } on (release) { if (this.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnoverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnoverins = new Sound(this._parent.BS_btnoverins); } else { this.createEmptyMovieClip("_btnoverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnoverins = new Sound(this.BS_btnoverins); } _global.Behaviors.Sound.btnoverins.attachSound("btnoversnd"); _global.Behaviors.Sound.btnoverins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } }
Symbol 550 Button
on (rollOver) { if (this.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnclicksnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } } on (release) { if (this.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnoverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnoverins = new Sound(this._parent.BS_btnoverins); } else { this.createEmptyMovieClip("_btnoverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnoverins = new Sound(this.BS_btnoverins); } _global.Behaviors.Sound.btnoverins.attachSound("btnoversnd"); _global.Behaviors.Sound.btnoverins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } }
Symbol 551 Button
on (rollOver) { if (this.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnclicksnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } } on (release) { if (this.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnoverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnoverins = new Sound(this._parent.BS_btnoverins); } else { this.createEmptyMovieClip("_btnoverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnoverins = new Sound(this.BS_btnoverins); } _global.Behaviors.Sound.btnoverins.attachSound("btnoversnd"); _global.Behaviors.Sound.btnoverins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } }
Symbol 555 Button
on (rollOver) { if (this.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnclicksnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } } on (release) { if (this.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnoverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnoverins = new Sound(this._parent.BS_btnoverins); } else { this.createEmptyMovieClip("_btnoverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnoverins = new Sound(this.BS_btnoverins); } _global.Behaviors.Sound.btnoverins.attachSound("btnoversnd"); _global.Behaviors.Sound.btnoverins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } }
Symbol 559 Button
on (rollOver) { if (this.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnclicksnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } } on (release) { if (this.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnoverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnoverins = new Sound(this._parent.BS_btnoverins); } else { this.createEmptyMovieClip("_btnoverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnoverins = new Sound(this.BS_btnoverins); } _global.Behaviors.Sound.btnoverins.attachSound("btnoversnd"); _global.Behaviors.Sound.btnoverins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } }
Symbol 563 Button
on (rollOver) { if (this.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnclicksnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } } on (release) { if (this.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnoverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnoverins = new Sound(this._parent.BS_btnoverins); } else { this.createEmptyMovieClip("_btnoverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnoverins = new Sound(this.BS_btnoverins); } _global.Behaviors.Sound.btnoverins.attachSound("btnoversnd"); _global.Behaviors.Sound.btnoverins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } }
Symbol 579 MovieClip Frame 1
function btn_go() { for (var _local5 in this) { if ((typeof(this[_local5]) == "movieclip") && (this[_local5]._name.substr(0, 1) == "b")) { this[_local5].onRelease = function () { var _local4 = this._name.substr(1, 1); var _local3 = Number(this._name.substr(2, 2)); _root.kacha_sd(); _root.sg_mc.play(); _root.model_mc["dress" + _local4].gotoAndStop(_local3); if (_local4 == 6) { _root.model_mc.dress7.gotoAndStop(_local3); } }; } } } stop(); btn_go();
Instance of Symbol 565 MovieClip "b101" in Symbol 579 MovieClip Frame 1
on (rollOver) { if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnclicksnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } } on (release) { if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnoverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnoverins = new Sound(this._parent.BS_btnoverins); } else { this.createEmptyMovieClip("_btnoverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnoverins = new Sound(this.BS_btnoverins); } _global.Behaviors.Sound.btnoverins.attachSound("btnoversnd"); _global.Behaviors.Sound.btnoverins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } }
Instance of Symbol 565 MovieClip "b102" in Symbol 579 MovieClip Frame 1
on (rollOver) { if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnclicksnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } } on (release) { if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnoverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnoverins = new Sound(this._parent.BS_btnoverins); } else { this.createEmptyMovieClip("_btnoverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnoverins = new Sound(this.BS_btnoverins); } _global.Behaviors.Sound.btnoverins.attachSound("btnoversnd"); _global.Behaviors.Sound.btnoverins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } }
Instance of Symbol 565 MovieClip "b103" in Symbol 579 MovieClip Frame 1
on (rollOver) { if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnclicksnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } } on (release) { if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnoverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnoverins = new Sound(this._parent.BS_btnoverins); } else { this.createEmptyMovieClip("_btnoverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnoverins = new Sound(this.BS_btnoverins); } _global.Behaviors.Sound.btnoverins.attachSound("btnoversnd"); _global.Behaviors.Sound.btnoverins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } }
Instance of Symbol 565 MovieClip "b104" in Symbol 579 MovieClip Frame 1
on (rollOver) { if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnclicksnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } } on (release) { if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnoverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnoverins = new Sound(this._parent.BS_btnoverins); } else { this.createEmptyMovieClip("_btnoverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnoverins = new Sound(this.BS_btnoverins); } _global.Behaviors.Sound.btnoverins.attachSound("btnoversnd"); _global.Behaviors.Sound.btnoverins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } }
Instance of Symbol 565 MovieClip "b105" in Symbol 579 MovieClip Frame 1
on (rollOver) { if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnclicksnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } } on (release) { if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnoverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnoverins = new Sound(this._parent.BS_btnoverins); } else { this.createEmptyMovieClip("_btnoverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnoverins = new Sound(this.BS_btnoverins); } _global.Behaviors.Sound.btnoverins.attachSound("btnoversnd"); _global.Behaviors.Sound.btnoverins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } }
Instance of Symbol 565 MovieClip "b106" in Symbol 579 MovieClip Frame 1
on (rollOver) { if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnclicksnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } } on (release) { if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnoverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnoverins = new Sound(this._parent.BS_btnoverins); } else { this.createEmptyMovieClip("_btnoverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnoverins = new Sound(this.BS_btnoverins); } _global.Behaviors.Sound.btnoverins.attachSound("btnoversnd"); _global.Behaviors.Sound.btnoverins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } }
Symbol 579 MovieClip Frame 2
btn_go();
Instance of Symbol 568 MovieClip in Symbol 579 MovieClip Frame 2
on (release) { this._parent._parent.model_mc.dress1.hairin.gotoAndStop(2); } on (rollOver) { if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnclicksnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } } on (release) { if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnoverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnoverins = new Sound(this._parent.BS_btnoverins); } else { this.createEmptyMovieClip("_btnoverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnoverins = new Sound(this.BS_btnoverins); } _global.Behaviors.Sound.btnoverins.attachSound("btnoversnd"); _global.Behaviors.Sound.btnoverins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } }
Instance of Symbol 568 MovieClip in Symbol 579 MovieClip Frame 2
on (release) { this._parent._parent.model_mc.dress1.hairin.gotoAndStop(5); } on (rollOver) { if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnclicksnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } } on (release) { if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnoverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnoverins = new Sound(this._parent.BS_btnoverins); } else { this.createEmptyMovieClip("_btnoverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnoverins = new Sound(this.BS_btnoverins); } _global.Behaviors.Sound.btnoverins.attachSound("btnoversnd"); _global.Behaviors.Sound.btnoverins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } }
Instance of Symbol 568 MovieClip in Symbol 579 MovieClip Frame 2
on (release) { this._parent._parent.model_mc.dress1.hairin.gotoAndStop(6); } on (rollOver) { if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnclicksnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } } on (release) { if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnoverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnoverins = new Sound(this._parent.BS_btnoverins); } else { this.createEmptyMovieClip("_btnoverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnoverins = new Sound(this.BS_btnoverins); } _global.Behaviors.Sound.btnoverins.attachSound("btnoversnd"); _global.Behaviors.Sound.btnoverins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } }
Instance of Symbol 568 MovieClip in Symbol 579 MovieClip Frame 2
on (release) { this._parent._parent.model_mc.dress1.hairin.gotoAndStop(7); } on (rollOver) { if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnclicksnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } } on (release) { if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnoverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnoverins = new Sound(this._parent.BS_btnoverins); } else { this.createEmptyMovieClip("_btnoverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnoverins = new Sound(this.BS_btnoverins); } _global.Behaviors.Sound.btnoverins.attachSound("btnoversnd"); _global.Behaviors.Sound.btnoverins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } }
Instance of Symbol 568 MovieClip in Symbol 579 MovieClip Frame 2
on (release) { this._parent._parent.model_mc.dress1.hairin.gotoAndStop(3); } on (rollOver) { if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnclicksnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } } on (release) { if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnoverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnoverins = new Sound(this._parent.BS_btnoverins); } else { this.createEmptyMovieClip("_btnoverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnoverins = new Sound(this.BS_btnoverins); } _global.Behaviors.Sound.btnoverins.attachSound("btnoversnd"); _global.Behaviors.Sound.btnoverins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } }
Instance of Symbol 568 MovieClip in Symbol 579 MovieClip Frame 2
on (release) { this._parent._parent.model_mc.dress1.hairin.gotoAndStop(4); } on (rollOver) { if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnclicksnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } } on (release) { if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnoverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnoverins = new Sound(this._parent.BS_btnoverins); } else { this.createEmptyMovieClip("_btnoverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnoverins = new Sound(this.BS_btnoverins); } _global.Behaviors.Sound.btnoverins.attachSound("btnoversnd"); _global.Behaviors.Sound.btnoverins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } }
Symbol 579 MovieClip Frame 3
btn_go();
Instance of Symbol 568 MovieClip "b302" in Symbol 579 MovieClip Frame 3
on (rollOver) { if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnclicksnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } } on (release) { if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnoverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnoverins = new Sound(this._parent.BS_btnoverins); } else { this.createEmptyMovieClip("_btnoverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnoverins = new Sound(this.BS_btnoverins); } _global.Behaviors.Sound.btnoverins.attachSound("btnoversnd"); _global.Behaviors.Sound.btnoverins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } }
Instance of Symbol 568 MovieClip "b303" in Symbol 579 MovieClip Frame 3
on (rollOver) { if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnclicksnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } } on (release) { if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnoverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnoverins = new Sound(this._parent.BS_btnoverins); } else { this.createEmptyMovieClip("_btnoverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnoverins = new Sound(this.BS_btnoverins); } _global.Behaviors.Sound.btnoverins.attachSound("btnoversnd"); _global.Behaviors.Sound.btnoverins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } }
Instance of Symbol 568 MovieClip "b304" in Symbol 579 MovieClip Frame 3
on (rollOver) { if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnclicksnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } } on (release) { if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnoverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnoverins = new Sound(this._parent.BS_btnoverins); } else { this.createEmptyMovieClip("_btnoverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnoverins = new Sound(this.BS_btnoverins); } _global.Behaviors.Sound.btnoverins.attachSound("btnoversnd"); _global.Behaviors.Sound.btnoverins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } }
Instance of Symbol 568 MovieClip "b305" in Symbol 579 MovieClip Frame 3
on (rollOver) { if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnclicksnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } } on (release) { if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnoverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnoverins = new Sound(this._parent.BS_btnoverins); } else { this.createEmptyMovieClip("_btnoverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnoverins = new Sound(this.BS_btnoverins); } _global.Behaviors.Sound.btnoverins.attachSound("btnoversnd"); _global.Behaviors.Sound.btnoverins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } }
Instance of Symbol 568 MovieClip "b306" in Symbol 579 MovieClip Frame 3
on (rollOver) { if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnclicksnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } } on (release) { if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnoverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnoverins = new Sound(this._parent.BS_btnoverins); } else { this.createEmptyMovieClip("_btnoverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnoverins = new Sound(this.BS_btnoverins); } _global.Behaviors.Sound.btnoverins.attachSound("btnoversnd"); _global.Behaviors.Sound.btnoverins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } }
Instance of Symbol 568 MovieClip "b307" in Symbol 579 MovieClip Frame 3
on (rollOver) { if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnclicksnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } } on (release) { if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnoverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnoverins = new Sound(this._parent.BS_btnoverins); } else { this.createEmptyMovieClip("_btnoverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnoverins = new Sound(this.BS_btnoverins); } _global.Behaviors.Sound.btnoverins.attachSound("btnoversnd"); _global.Behaviors.Sound.btnoverins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } }
Symbol 579 MovieClip Frame 4
btn_go();
Instance of Symbol 568 MovieClip "b402" in Symbol 579 MovieClip Frame 4
on (rollOver) { if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnclicksnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } } on (release) { if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnoverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnoverins = new Sound(this._parent.BS_btnoverins); } else { this.createEmptyMovieClip("_btnoverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnoverins = new Sound(this.BS_btnoverins); } _global.Behaviors.Sound.btnoverins.attachSound("btnoversnd"); _global.Behaviors.Sound.btnoverins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } }
Instance of Symbol 568 MovieClip "b403" in Symbol 579 MovieClip Frame 4
on (rollOver) { if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnclicksnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } } on (release) { if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnoverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnoverins = new Sound(this._parent.BS_btnoverins); } else { this.createEmptyMovieClip("_btnoverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnoverins = new Sound(this.BS_btnoverins); } _global.Behaviors.Sound.btnoverins.attachSound("btnoversnd"); _global.Behaviors.Sound.btnoverins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } }
Instance of Symbol 568 MovieClip "b404" in Symbol 579 MovieClip Frame 4
on (rollOver) { if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnclicksnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } } on (release) { if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnoverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnoverins = new Sound(this._parent.BS_btnoverins); } else { this.createEmptyMovieClip("_btnoverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnoverins = new Sound(this.BS_btnoverins); } _global.Behaviors.Sound.btnoverins.attachSound("btnoversnd"); _global.Behaviors.Sound.btnoverins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } }
Instance of Symbol 568 MovieClip "b405" in Symbol 579 MovieClip Frame 4
on (rollOver) { if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnclicksnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } } on (release) { if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnoverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnoverins = new Sound(this._parent.BS_btnoverins); } else { this.createEmptyMovieClip("_btnoverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnoverins = new Sound(this.BS_btnoverins); } _global.Behaviors.Sound.btnoverins.attachSound("btnoversnd"); _global.Behaviors.Sound.btnoverins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } }
Instance of Symbol 568 MovieClip "b406" in Symbol 579 MovieClip Frame 4
on (rollOver) { if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnclicksnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } } on (release) { if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnoverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnoverins = new Sound(this._parent.BS_btnoverins); } else { this.createEmptyMovieClip("_btnoverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnoverins = new Sound(this.BS_btnoverins); } _global.Behaviors.Sound.btnoverins.attachSound("btnoversnd"); _global.Behaviors.Sound.btnoverins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } }
Instance of Symbol 568 MovieClip "b407" in Symbol 579 MovieClip Frame 4
on (rollOver) { if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnclicksnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } } on (release) { if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnoverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnoverins = new Sound(this._parent.BS_btnoverins); } else { this.createEmptyMovieClip("_btnoverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnoverins = new Sound(this.BS_btnoverins); } _global.Behaviors.Sound.btnoverins.attachSound("btnoversnd"); _global.Behaviors.Sound.btnoverins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } }
Symbol 579 MovieClip Frame 5
btn_go();
Instance of Symbol 568 MovieClip "b502" in Symbol 579 MovieClip Frame 5
on (rollOver) { if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnclicksnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } } on (release) { if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnoverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnoverins = new Sound(this._parent.BS_btnoverins); } else { this.createEmptyMovieClip("_btnoverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnoverins = new Sound(this.BS_btnoverins); } _global.Behaviors.Sound.btnoverins.attachSound("btnoversnd"); _global.Behaviors.Sound.btnoverins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } }
Instance of Symbol 568 MovieClip "b503" in Symbol 579 MovieClip Frame 5
on (rollOver) { if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnclicksnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } } on (release) { if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnoverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnoverins = new Sound(this._parent.BS_btnoverins); } else { this.createEmptyMovieClip("_btnoverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnoverins = new Sound(this.BS_btnoverins); } _global.Behaviors.Sound.btnoverins.attachSound("btnoversnd"); _global.Behaviors.Sound.btnoverins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } }
Instance of Symbol 568 MovieClip "b504" in Symbol 579 MovieClip Frame 5
on (rollOver) { if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnclicksnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } } on (release) { if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnoverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnoverins = new Sound(this._parent.BS_btnoverins); } else { this.createEmptyMovieClip("_btnoverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnoverins = new Sound(this.BS_btnoverins); } _global.Behaviors.Sound.btnoverins.attachSound("btnoversnd"); _global.Behaviors.Sound.btnoverins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } }
Instance of Symbol 568 MovieClip "b506" in Symbol 579 MovieClip Frame 5
on (rollOver) { if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnclicksnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } } on (release) { if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnoverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnoverins = new Sound(this._parent.BS_btnoverins); } else { this.createEmptyMovieClip("_btnoverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnoverins = new Sound(this.BS_btnoverins); } _global.Behaviors.Sound.btnoverins.attachSound("btnoversnd"); _global.Behaviors.Sound.btnoverins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } }
Instance of Symbol 568 MovieClip "b507" in Symbol 579 MovieClip Frame 5
on (rollOver) { if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnclicksnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } } on (release) { if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnoverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnoverins = new Sound(this._parent.BS_btnoverins); } else { this.createEmptyMovieClip("_btnoverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnoverins = new Sound(this.BS_btnoverins); } _global.Behaviors.Sound.btnoverins.attachSound("btnoversnd"); _global.Behaviors.Sound.btnoverins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } }
Instance of Symbol 568 MovieClip "b505" in Symbol 579 MovieClip Frame 5
on (rollOver) { if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnclicksnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } } on (release) { if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnoverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnoverins = new Sound(this._parent.BS_btnoverins); } else { this.createEmptyMovieClip("_btnoverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnoverins = new Sound(this.BS_btnoverins); } _global.Behaviors.Sound.btnoverins.attachSound("btnoversnd"); _global.Behaviors.Sound.btnoverins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } }
Symbol 579 MovieClip Frame 6
btn_go();
Instance of Symbol 568 MovieClip "b202" in Symbol 579 MovieClip Frame 6
on (rollOver) { if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnclicksnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } } on (release) { if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnoverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnoverins = new Sound(this._parent.BS_btnoverins); } else { this.createEmptyMovieClip("_btnoverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnoverins = new Sound(this.BS_btnoverins); } _global.Behaviors.Sound.btnoverins.attachSound("btnoversnd"); _global.Behaviors.Sound.btnoverins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } }
Instance of Symbol 568 MovieClip "b203" in Symbol 579 MovieClip Frame 6
on (rollOver) { if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnclicksnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } } on (release) { if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnoverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnoverins = new Sound(this._parent.BS_btnoverins); } else { this.createEmptyMovieClip("_btnoverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnoverins = new Sound(this.BS_btnoverins); } _global.Behaviors.Sound.btnoverins.attachSound("btnoversnd"); _global.Behaviors.Sound.btnoverins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } }
Instance of Symbol 568 MovieClip "b205" in Symbol 579 MovieClip Frame 6
on (rollOver) { if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnclicksnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } } on (release) { if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnoverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnoverins = new Sound(this._parent.BS_btnoverins); } else { this.createEmptyMovieClip("_btnoverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnoverins = new Sound(this.BS_btnoverins); } _global.Behaviors.Sound.btnoverins.attachSound("btnoversnd"); _global.Behaviors.Sound.btnoverins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } }
Instance of Symbol 568 MovieClip "b208" in Symbol 579 MovieClip Frame 6
on (rollOver) { if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnclicksnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } } on (release) { if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnoverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnoverins = new Sound(this._parent.BS_btnoverins); } else { this.createEmptyMovieClip("_btnoverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnoverins = new Sound(this.BS_btnoverins); } _global.Behaviors.Sound.btnoverins.attachSound("btnoversnd"); _global.Behaviors.Sound.btnoverins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } }
Instance of Symbol 568 MovieClip "b207" in Symbol 579 MovieClip Frame 6
on (rollOver) { if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnclicksnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } } on (release) { if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnoverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnoverins = new Sound(this._parent.BS_btnoverins); } else { this.createEmptyMovieClip("_btnoverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnoverins = new Sound(this.BS_btnoverins); } _global.Behaviors.Sound.btnoverins.attachSound("btnoversnd"); _global.Behaviors.Sound.btnoverins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } }
Instance of Symbol 568 MovieClip "b206" in Symbol 579 MovieClip Frame 6
on (rollOver) { if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnclicksnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } } on (release) { if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnoverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnoverins = new Sound(this._parent.BS_btnoverins); } else { this.createEmptyMovieClip("_btnoverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnoverins = new Sound(this.BS_btnoverins); } _global.Behaviors.Sound.btnoverins.attachSound("btnoversnd"); _global.Behaviors.Sound.btnoverins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } }
Instance of Symbol 568 MovieClip "b204" in Symbol 579 MovieClip Frame 6
on (rollOver) { if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins); } else { this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins); } _global.Behaviors.Sound.btnclickins.attachSound("btnclicksnd"); _global.Behaviors.Sound.btnclickins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } } on (release) { if (this._parent._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_btnoverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnoverins = new Sound(this._parent.BS_btnoverins); } else { this.createEmptyMovieClip("_btnoverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.btnoverins = new Sound(this.BS_btnoverins); } _global.Behaviors.Sound.btnoverins.attachSound("btnoversnd"); _global.Behaviors.Sound.btnoverins.start(0, 1); } else { _global.Behaviors.Sound.btnoverins.stop("btnoversnd"); } }
Symbol 582 MovieClip Frame 1
stop();
Symbol 582 MovieClip Frame 2
if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_clicksnd", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.clicksnd = new Sound(this._parent.BS_clicksnd); } else { this.createEmptyMovieClip("_clicksnd_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.clicksnd = new Sound(this.BS_clicksnd); } _global.Behaviors.Sound.clicksnd.attachSound("mansnd"); _global.Behaviors.Sound.clicksnd.start(0, 1); } else { _global.Behaviors.Sound.clicksnd.stop("mansnd"); }
Symbol 582 MovieClip Frame 7
var n = 1; while (n < 7) { _root.eff_mc.yy["y" + n].gotoAndStop("effect3"); n++; }
Symbol 582 MovieClip Frame 8
_root.menu_fun();
Symbol 582 MovieClip Frame 9
var n = 1; while (n < 7) { _root.eff_mc.yy["y" + n].gotoAndPlay("effect5"); n++; }
Symbol 582 MovieClip Frame 18
_root.menu_state = true; gotoAndStop ("effect1");
Symbol 586 Button
on (rollOver) { if (this.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose); } else { this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.loose = new Sound(this.BS_loose); } _global.Behaviors.Sound.loose.attachSound("navoversnd"); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop("mussnd"); } } on (release) { getURL ("http://www.bbdressup.com"); if (this.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_navclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.navclickins = new Sound(this._parent.BS_navclickins); } else { this.createEmptyMovieClip("_navclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.navclickins = new Sound(this.BS_navclickins); } _global.Behaviors.Sound.navclickins.attachSound("navclicksnd"); _global.Behaviors.Sound.navclickins.start(0, 1); } else { _global.Behaviors.Sound.navclickins.stop("navclicksnd"); } }
Symbol 591 Button
on (release) { model_mc.dress1.gotoAndStop(1); model_mc.dress2.gotoAndStop(1); model_mc.dress3.gotoAndStop(1); model_mc.dress4.gotoAndStop(1); model_mc.dress5.gotoAndStop(1); model_mc.dress1.hairin.gotoAndStop(1); model_mc.waitao_mc.gotoAndStop(1); if (this.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_navclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.navclickins = new Sound(this._parent.BS_navclickins); } else { this.createEmptyMovieClip("_navclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.navclickins = new Sound(this.BS_navclickins); } _global.Behaviors.Sound.navclickins.attachSound("navclicksnd"); _global.Behaviors.Sound.navclickins.start(0, 1); } else { _global.Behaviors.Sound.navclickins.stop("navclicksnd"); } } on (rollOver) { if (this.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose); } else { this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.loose = new Sound(this.BS_loose); } _global.Behaviors.Sound.loose.attachSound("navoversnd"); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop("mussnd"); } }
Symbol 595 Button
on (release) { gotoAndPlay ("dressup"); if (this.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_navclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.navclickins = new Sound(this._parent.BS_navclickins); } else { this.createEmptyMovieClip("_navclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.navclickins = new Sound(this.BS_navclickins); } _global.Behaviors.Sound.navclickins.attachSound("navclicksnd"); _global.Behaviors.Sound.navclickins.start(0, 1); } else { _global.Behaviors.Sound.navclickins.stop("navclicksnd"); } } on (rollOver) { if (this.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose); } else { this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.loose = new Sound(this.BS_loose); } _global.Behaviors.Sound.loose.attachSound("navoversnd"); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop("mussnd"); } }
Symbol 604 MovieClip Frame 1
stop();
Symbol 604 MovieClip Frame 2
stop();
Symbol 605 MovieClip Frame 1
stop();
Symbol 605 MovieClip Frame 2
stop();
Symbol 606 MovieClip Frame 1
stop();
Symbol 606 MovieClip Frame 2
stop();
Symbol 607 MovieClip Frame 1
stop();
Symbol 607 MovieClip Frame 2
stop();
Symbol 608 MovieClip Frame 1
stop();
Symbol 608 MovieClip Frame 2
stop();
Symbol 609 MovieClip Frame 1
stop();
Symbol 609 MovieClip Frame 2
stop();
Symbol 610 MovieClip Frame 1
stop();
Symbol 610 MovieClip Frame 2
stop();
Symbol 611 MovieClip Frame 1
stop();
Symbol 611 MovieClip Frame 2
stop();
Symbol 612 MovieClip Frame 1
stop();
Symbol 612 MovieClip Frame 2
stop();
Symbol 613 MovieClip Frame 1
stop();
Symbol 613 MovieClip Frame 2
stop();
Symbol 614 MovieClip Frame 1
stop();
Symbol 614 MovieClip Frame 2
stop();
Symbol 615 MovieClip Frame 1
stop();
Symbol 615 MovieClip Frame 2
stop();
Symbol 616 Button
on (release) { model_mc.one_m.gotoAndStop(1); if (this.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_navclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.navclickins = new Sound(this._parent.BS_navclickins); } else { this.createEmptyMovieClip("_navclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.navclickins = new Sound(this.BS_navclickins); } _global.Behaviors.Sound.navclickins.attachSound("navclicksnd"); _global.Behaviors.Sound.navclickins.start(0, 1); } else { _global.Behaviors.Sound.navclickins.stop("navclicksnd"); } } on (rollOver) { if (this.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose); } else { this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.loose = new Sound(this.BS_loose); } _global.Behaviors.Sound.loose.attachSound("navoversnd"); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop("mussnd"); } }
Symbol 619 Button
on (release) { gotoAndPlay ("access"); if (this.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_navclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.navclickins = new Sound(this._parent.BS_navclickins); } else { this.createEmptyMovieClip("_navclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.navclickins = new Sound(this.BS_navclickins); } _global.Behaviors.Sound.navclickins.attachSound("navclicksnd"); _global.Behaviors.Sound.navclickins.start(0, 1); } else { _global.Behaviors.Sound.navclickins.stop("navclicksnd"); } } on (rollOver) { if (this.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose); } else { this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.loose = new Sound(this.BS_loose); } _global.Behaviors.Sound.loose.attachSound("navoversnd"); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop("mussnd"); } }
Symbol 622 Button
on (release) { prevFrame(); gotoAndStop; if (this.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_navclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.navclickins = new Sound(this._parent.BS_navclickins); } else { this.createEmptyMovieClip("_navclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.navclickins = new Sound(this.BS_navclickins); } _global.Behaviors.Sound.navclickins.attachSound("navclicksnd"); _global.Behaviors.Sound.navclickins.start(0, 1); } else { _global.Behaviors.Sound.navclickins.stop("navclicksnd"); } } on (rollOver) { if (this.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose); } else { this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.loose = new Sound(this.BS_loose); } _global.Behaviors.Sound.loose.attachSound("navoversnd"); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop("mussnd"); } }
Symbol 627 MovieClip Frame 1
stop();
Symbol 627 MovieClip Frame 2
stop();
Symbol 631 MovieClip Frame 1
stop();
Symbol 631 MovieClip Frame 2
stop();
Symbol 636 MovieClip Frame 1
stop();
Symbol 636 MovieClip Frame 2
stop();
Symbol 638 MovieClip Frame 1
stop();
Symbol 638 MovieClip Frame 2
stop();
Symbol 643 MovieClip Frame 1
stop();
Symbol 643 MovieClip Frame 2
stop();
Symbol 646 MovieClip Frame 1
stop();
Symbol 646 MovieClip Frame 2
stop();
Symbol 649 MovieClip Frame 1
stop();
Symbol 649 MovieClip Frame 2
stop();
Symbol 651 MovieClip Frame 1
stop();
Symbol 651 MovieClip Frame 2
stop();
Symbol 653 MovieClip Frame 1
stop();
Symbol 653 MovieClip Frame 2
stop();
Symbol 655 MovieClip Frame 1
stop();
Symbol 655 MovieClip Frame 2
stop();
Symbol 658 MovieClip Frame 1
stop();
Symbol 658 MovieClip Frame 2
stop();
Symbol 661 MovieClip Frame 1
stop();
Symbol 661 MovieClip Frame 2
stop();
Symbol 662 MovieClip Frame 1
stop();
Symbol 662 MovieClip Frame 2
stop();
Symbol 664 MovieClip Frame 1
stop();
Symbol 664 MovieClip Frame 2
stop();
Symbol 665 MovieClip Frame 1
stop();
Symbol 665 MovieClip Frame 2
stop();
Symbol 666 MovieClip Frame 1
stop();
Symbol 666 MovieClip Frame 2
stop();
Symbol 667 MovieClip Frame 1
stop();
Symbol 667 MovieClip Frame 2
stop();
Symbol 668 MovieClip Frame 1
stop();
Symbol 668 MovieClip Frame 2
stop();
Symbol 669 MovieClip Frame 1
stop();
Symbol 669 MovieClip Frame 2
stop();
Symbol 670 MovieClip Frame 1
stop();
Symbol 670 MovieClip Frame 2
stop();
Symbol 671 MovieClip Frame 1
stop();
Symbol 671 MovieClip Frame 2
stop();
Symbol 673 MovieClip Frame 1
stop();
Symbol 673 MovieClip Frame 2
stop();
Symbol 674 MovieClip Frame 1
stop();
Symbol 674 MovieClip Frame 2
stop();
Symbol 675 MovieClip Frame 1
stop();
Symbol 675 MovieClip Frame 2
stop();
Symbol 678 MovieClip Frame 1
stop();
Symbol 678 MovieClip Frame 2
stop();
Symbol 680 MovieClip Frame 1
stop();
Symbol 680 MovieClip Frame 2
stop();
Symbol 682 MovieClip Frame 1
stop();
Symbol 682 MovieClip Frame 2
stop();
Symbol 684 MovieClip Frame 1
stop();
Symbol 684 MovieClip Frame 2
stop();
Symbol 686 MovieClip Frame 1
stop();
Symbol 686 MovieClip Frame 2
stop();
Symbol 688 MovieClip Frame 1
stop();
Symbol 688 MovieClip Frame 2
stop();
Symbol 689 Button
on (release) { model_mc.bag_m.gotoAndStop(1); model_mc.foot_m.gotoAndStop(1); model_mc.shoes_m.gotoAndStop(1); model_mc.ear_m.gotoAndStop(1); model_mc.neck_m.gotoAndStop(1); if (this.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_navclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.navclickins = new Sound(this._parent.BS_navclickins); } else { this.createEmptyMovieClip("_navclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.navclickins = new Sound(this.BS_navclickins); } _global.Behaviors.Sound.navclickins.attachSound("navclicksnd"); _global.Behaviors.Sound.navclickins.start(0, 1); } else { _global.Behaviors.Sound.navclickins.stop("navclicksnd"); } } on (rollOver) { if (this.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose); } else { this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.loose = new Sound(this.BS_loose); } _global.Behaviors.Sound.loose.attachSound("navoversnd"); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop("mussnd"); } }
Symbol 697 Button
on (release) { gotoAndPlay ("final"); if (this.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_navclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.navclickins = new Sound(this._parent.BS_navclickins); } else { this.createEmptyMovieClip("_navclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.navclickins = new Sound(this.BS_navclickins); } _global.Behaviors.Sound.navclickins.attachSound("navclicksnd"); _global.Behaviors.Sound.navclickins.start(0, 1); } else { _global.Behaviors.Sound.navclickins.stop("navclicksnd"); } } on (rollOver) { if (this.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose); } else { this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.loose = new Sound(this.BS_loose); } _global.Behaviors.Sound.loose.attachSound("navoversnd"); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop("mussnd"); } }
Symbol 758 MovieClip Frame 1
stop(); this._parent.model_mc._xscale = 34; this._parent.model_mc._yscale = 34; this._parent.model_mc._y = 15; this._parent.model_mc._x = 305;
Symbol 758 MovieClip Frame 2
stop(); this._parent.model_mc._xscale = 34; this._parent.model_mc._yscale = 34; this._parent.model_mc._y = 15; this._parent.model_mc._x = 305;
Symbol 761 Button
on (release) { gotoAndPlay ("dressup"); if (this.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_navclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.navclickins = new Sound(this._parent.BS_navclickins); } else { this.createEmptyMovieClip("_navclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.navclickins = new Sound(this.BS_navclickins); } _global.Behaviors.Sound.navclickins.attachSound("navclicksnd"); _global.Behaviors.Sound.navclickins.start(0, 1); } else { _global.Behaviors.Sound.navclickins.stop("navclicksnd"); } } on (rollOver) { if (this.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose); } else { this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.loose = new Sound(this.BS_loose); } _global.Behaviors.Sound.loose.attachSound("navoversnd"); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop("mussnd"); } }
Symbol 765 Button
on (rollOver) { if (this.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose); } else { this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.loose = new Sound(this.BS_loose); } _global.Behaviors.Sound.loose.attachSound("navoversnd"); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop("mussnd"); } } on (release) { if (this.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_navclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.navclickins = new Sound(this._parent.BS_navclickins); } else { this.createEmptyMovieClip("_navclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.navclickins = new Sound(this.BS_navclickins); } _global.Behaviors.Sound.navclickins.attachSound("navclicksnd"); _global.Behaviors.Sound.navclickins.start(0, 1); } else { _global.Behaviors.Sound.navclickins.stop("navclicksnd"); } }
Symbol 769 Button
on (release) { gotoAndStop ("play"); clear_ini(); clear_skin(); if (this.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_navclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.navclickins = new Sound(this._parent.BS_navclickins); } else { this.createEmptyMovieClip("_navclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.navclickins = new Sound(this.BS_navclickins); } _global.Behaviors.Sound.navclickins.attachSound("navclicksnd"); _global.Behaviors.Sound.navclickins.start(0, 1); } else { _global.Behaviors.Sound.navclickins.stop("navclicksnd"); } } on (rollOver) { if (this.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose); } else { this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.loose = new Sound(this.BS_loose); } _global.Behaviors.Sound.loose.attachSound("navoversnd"); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop("mussnd"); } }
Symbol 772 Button
on (release) { this.bgall.nextFrame(); if (this.bgall._currentframe == 3) { this.bgall.gotoAndStop(1); } if (this.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_navclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.navclickins = new Sound(this._parent.BS_navclickins); } else { this.createEmptyMovieClip("_navclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.navclickins = new Sound(this.BS_navclickins); } _global.Behaviors.Sound.navclickins.attachSound("navclicksnd"); _global.Behaviors.Sound.navclickins.start(0, 1); } else { _global.Behaviors.Sound.navclickins.stop("navclicksnd"); } } on (rollOver) { if (this.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof(this.createEmptyMovieClip) == "undefined") { this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose); } else { this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000)); _global.Behaviors.Sound.loose = new Sound(this.BS_loose); } _global.Behaviors.Sound.loose.attachSound("navoversnd"); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop("mussnd"); } }

Library Items

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

Instance Names

"preloader"Frame 1Symbol 53 MovieClip
"mussnd"Frame 3Symbol 197 MovieClip
"model_mc"Frame 4Symbol 535 MovieClip
"btn5"Frame 4Symbol 546 Button
"btn1"Frame 4Symbol 550 Button
"btn2"Frame 4Symbol 551 Button
"btn6"Frame 4Symbol 555 Button
"btn4"Frame 4Symbol 559 Button
"btn3"Frame 4Symbol 563 Button
"menu_mc"Frame 4Symbol 579 MovieClip
"eff_mc"Frame 4Symbol 582 MovieClip
"one_3"Frame 5Symbol 604 MovieClip
"one_4"Frame 5Symbol 605 MovieClip
"one_5"Frame 5Symbol 606 MovieClip
"one_6"Frame 5Symbol 607 MovieClip
"one_7"Frame 5Symbol 608 MovieClip
"one_8"Frame 5Symbol 609 MovieClip
"one_10"Frame 5Symbol 610 MovieClip
"one_11"Frame 5Symbol 611 MovieClip
"one_0"Frame 5Symbol 612 MovieClip
"one_1"Frame 5Symbol 613 MovieClip
"one_2"Frame 5Symbol 614 MovieClip
"one_9"Frame 5Symbol 615 MovieClip
"ava_default_bt"Frame 5Symbol 616 Button
"bag_4"Frame 6Symbol 627 MovieClip
"bag_3"Frame 6Symbol 631 MovieClip
"bag_5"Frame 6Symbol 636 MovieClip
"bag_2"Frame 6Symbol 638 MovieClip
"bag_1"Frame 6Symbol 643 MovieClip
"bag_0"Frame 6Symbol 646 MovieClip
"ear_0"Frame 6Symbol 649 MovieClip
"ear_1"Frame 6Symbol 651 MovieClip
"ear_2"Frame 6Symbol 653 MovieClip
"ear_3"Frame 6Symbol 655 MovieClip
"ear_4"Frame 6Symbol 658 MovieClip
"ear_5"Frame 6Symbol 661 MovieClip
"neck_0"Frame 6Symbol 662 MovieClip
"neck_1"Frame 6Symbol 664 MovieClip
"neck_2"Frame 6Symbol 665 MovieClip
"neck_3"Frame 6Symbol 666 MovieClip
"neck_4"Frame 6Symbol 667 MovieClip
"neck_5"Frame 6Symbol 668 MovieClip
"shoes_0"Frame 6Symbol 669 MovieClip
"shoes_2"Frame 6Symbol 670 MovieClip
"shoes_4"Frame 6Symbol 671 MovieClip
"shoes_1"Frame 6Symbol 673 MovieClip
"shoes_3"Frame 6Symbol 674 MovieClip
"shoes_5"Frame 6Symbol 675 MovieClip
"foot_0"Frame 6Symbol 678 MovieClip
"foot_1"Frame 6Symbol 680 MovieClip
"foot_2"Frame 6Symbol 682 MovieClip
"foot_3"Frame 6Symbol 684 MovieClip
"foot_4"Frame 6Symbol 686 MovieClip
"foot_5"Frame 6Symbol 688 MovieClip
"ava_default_bt"Frame 6Symbol 689 Button
"bgall"Frame 7Symbol 758 MovieClip
"printButton"Frame 7Symbol 765 Button
"printButton"Frame 7Symbol 769 Button
"circleMC"Symbol 52 MovieClip Frame 2Symbol 38 MovieClip
"playMC"Symbol 52 MovieClip Frame 2Symbol 40 MovieClip
"mh1"Symbol 52 MovieClip Frame 2Symbol 44 MovieClip
"mh3"Symbol 52 MovieClip Frame 2Symbol 44 MovieClip
"mh5"Symbol 52 MovieClip Frame 2Symbol 44 MovieClip
"mh2"Symbol 52 MovieClip Frame 2Symbol 44 MovieClip
"mh4"Symbol 52 MovieClip Frame 2Symbol 44 MovieClip
"invisibutton"Symbol 52 MovieClip Frame 2Symbol 51 MovieClip
"preloaderBack_mc"Symbol 53 MovieClip Frame 1Symbol 25 MovieClip
"rectMask_mc"Symbol 53 MovieClip Frame 1Symbol 33 MovieClip
"chibi_mc"Symbol 53 MovieClip Frame 1Symbol 52 MovieClip
"sfish1"Symbol 113 MovieClip Frame 1Symbol 112 MovieClip
"sfish"Symbol 141 MovieClip Frame 1Symbol 113 MovieClip
"sfish"Symbol 141 MovieClip Frame 1Symbol 113 MovieClip
"sfish"Symbol 141 MovieClip Frame 1Symbol 113 MovieClip
"sfish"Symbol 141 MovieClip Frame 1Symbol 113 MovieClip
"dress1"Symbol 151 MovieClip Frame 1Symbol 148 MovieClip
"dress1"Symbol 211 MovieClip Frame 1Symbol 209 MovieClip
"p39"Symbol 432 MovieClip Frame 1Symbol 431 MovieClip
"hairin"Symbol 435 MovieClip Frame 1Symbol 412 MovieClip
"hairin"Symbol 435 MovieClip Frame 2Symbol 416 MovieClip
"hairin"Symbol 435 MovieClip Frame 3Symbol 420 MovieClip
"hairin"Symbol 435 MovieClip Frame 4Symbol 424 MovieClip
"hairin"Symbol 435 MovieClip Frame 5Symbol 428 MovieClip
"hairin"Symbol 435 MovieClip Frame 6Symbol 434 MovieClip
"dress6"Symbol 535 MovieClip Frame 1Symbol 211 MovieClip
"bag_m"Symbol 535 MovieClip Frame 1Symbol 242 MovieClip
"one_m"Symbol 535 MovieClip Frame 1Symbol 326 MovieClip
"neck_m"Symbol 535 MovieClip Frame 1Symbol 380 MovieClip
"dress3"Symbol 535 MovieClip Frame 1Symbol 387 MovieClip
"dress5"Symbol 535 MovieClip Frame 1Symbol 396 MovieClip
"dress2"Symbol 535 MovieClip Frame 1Symbol 404 MovieClip
"dress4"Symbol 535 MovieClip Frame 1Symbol 408 MovieClip
"dress1"Symbol 535 MovieClip Frame 1Symbol 435 MovieClip
"ear_m"Symbol 535 MovieClip Frame 1Symbol 459 MovieClip
"shoes_m"Symbol 535 MovieClip Frame 1Symbol 492 MovieClip
"foot_m"Symbol 535 MovieClip Frame 1Symbol 532 MovieClip
"hidden_area"Symbol 535 MovieClip Frame 1Symbol 534 MovieClip
"b101"Symbol 579 MovieClip Frame 1Symbol 565 MovieClip
"b102"Symbol 579 MovieClip Frame 1Symbol 565 MovieClip
"b103"Symbol 579 MovieClip Frame 1Symbol 565 MovieClip
"b104"Symbol 579 MovieClip Frame 1Symbol 565 MovieClip
"b105"Symbol 579 MovieClip Frame 1Symbol 565 MovieClip
"b106"Symbol 579 MovieClip Frame 1Symbol 565 MovieClip
"b302"Symbol 579 MovieClip Frame 3Symbol 568 MovieClip
"b303"Symbol 579 MovieClip Frame 3Symbol 568 MovieClip
"b304"Symbol 579 MovieClip Frame 3Symbol 568 MovieClip
"b305"Symbol 579 MovieClip Frame 3Symbol 568 MovieClip
"b306"Symbol 579 MovieClip Frame 3Symbol 568 MovieClip
"b307"Symbol 579 MovieClip Frame 3Symbol 568 MovieClip
"b402"Symbol 579 MovieClip Frame 4Symbol 568 MovieClip
"b403"Symbol 579 MovieClip Frame 4Symbol 568 MovieClip
"b404"Symbol 579 MovieClip Frame 4Symbol 568 MovieClip
"b405"Symbol 579 MovieClip Frame 4Symbol 568 MovieClip
"b406"Symbol 579 MovieClip Frame 4Symbol 568 MovieClip
"b407"Symbol 579 MovieClip Frame 4Symbol 568 MovieClip
"b502"Symbol 579 MovieClip Frame 5Symbol 568 MovieClip
"b503"Symbol 579 MovieClip Frame 5Symbol 568 MovieClip
"b504"Symbol 579 MovieClip Frame 5Symbol 568 MovieClip
"b506"Symbol 579 MovieClip Frame 5Symbol 568 MovieClip
"b507"Symbol 579 MovieClip Frame 5Symbol 568 MovieClip
"b505"Symbol 579 MovieClip Frame 5Symbol 568 MovieClip
"b202"Symbol 579 MovieClip Frame 6Symbol 568 MovieClip
"b203"Symbol 579 MovieClip Frame 6Symbol 568 MovieClip
"b205"Symbol 579 MovieClip Frame 6Symbol 568 MovieClip
"b208"Symbol 579 MovieClip Frame 6Symbol 568 MovieClip
"b207"Symbol 579 MovieClip Frame 6Symbol 568 MovieClip
"b206"Symbol 579 MovieClip Frame 6Symbol 568 MovieClip
"b204"Symbol 579 MovieClip Frame 6Symbol 568 MovieClip
"sfish1"Symbol 741 MovieClip Frame 1Symbol 740 MovieClip
"sfish"Symbol 758 MovieClip Frame 2Symbol 741 MovieClip
"sfish"Symbol 758 MovieClip Frame 2Symbol 741 MovieClip
"sfish"Symbol 758 MovieClip Frame 2Symbol 741 MovieClip
"sfish"Symbol 758 MovieClip Frame 2Symbol 741 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
ExportAssets (56)Timeline Frame 1Symbol 1 as "btnclicksnd"
ExportAssets (56)Timeline Frame 1Symbol 2 as "navclicksnd"
ExportAssets (56)Timeline Frame 1Symbol 3 as "glowsnd"
ExportAssets (56)Timeline Frame 1Symbol 4 as "mansnd"
ExportAssets (56)Timeline Frame 1Symbol 5 as "finalsnd"
ExportAssets (56)Timeline Frame 1Symbol 6 as "btnoversnd"
ExportAssets (56)Timeline Frame 1Symbol 7 as "vensnd"
ExportAssets (56)Timeline Frame 1Symbol 8 as "navoversnd"
ExportAssets (56)Timeline Frame 1Symbol 9 as "obj20"
ExportAssets (56)Timeline Frame 1Symbol 10 as "star"
ExportAssets (56)Timeline Frame 1Symbol 11 as "a201"
ExportAssets (56)Timeline Frame 1Symbol 17 as "alga"
ExportAssets (56)Timeline Frame 1Symbol 773 as "__Packages.mx.transitions.OnEnterFrameBeacon"
ExportAssets (56)Timeline Frame 1Symbol 774 as "__Packages.mx.transitions.BroadcasterMX"
ExportAssets (56)Timeline Frame 1Symbol 775 as "__Packages.mx.transitions.Tween"
ExportAssets (56)Timeline Frame 1Symbol 776 as "__Packages.mx.transitions.easing.Strong"
ExportAssets (56)Timeline Frame 1Symbol 777 as "__Packages.mx.transitions.easing.Back"

Labels

"play"Frame 3
"makeover"Frame 4
"dressup"Frame 5
"access"Frame 6
"final"Frame 7
"effect1"Symbol 582 MovieClip Frame 1
"effect2"Symbol 582 MovieClip Frame 7
"effect3"Symbol 582 MovieClip Frame 8
"effect4"Symbol 582 MovieClip Frame 9
"effect5"Symbol 582 MovieClip Frame 12
"effect6"Symbol 582 MovieClip Frame 18




http://swfchan.com/23/113419/info.shtml
Created: 11/3 -2019 17:58:19 Last modified: 11/3 -2019 17:58:19 Server time: 05/05 -2024 01:19:56