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

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

hawaiian-girl-dress-up2.swf

This is the info page for
Flash #123623

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


ActionScript [AS1/AS2]
Combined Code
movieClip 16 { } movieClip 17 a200 { frame 1 { stop(); } frame 2 { stop(); } } frame 1 { mochi.as2.MochiAd.showPreGameAd({'id': '10b08ffec451517a', 'res': '683x535'}); } frame 1 { var loadper = 0; } movieClip 20 { } movieClip 22 { } // unknown tag 88 length 67 movieClip 39 { } movieClip 40 { frame 85 { gotoAndPlay(56); } } movieClip 46 { } movieClip 48 { } movieClip 51 { } movieClip 54 { } movieClip 58 { } movieClip 60 { } movieClip 62 { } movieClip 64 { } movieClip 66 { } movieClip 68 { } movieClip 69 { } movieClip 70 { } button 72 { on (release) { getURL('http://www.girlgames1.com', '_blank'); } } movieClip 1296 __Packages.mx.transitions.OnEnterFrameBeacon { #initclip if (!_global.mx) { _global.mx = new Object(); } if (!_global.mx.transitions) { _global.mx.transitions = new Object(); } if (!_global.mx.transitions.OnEnterFrameBeacon) { var v1 = function () {}; mx.transitions.OnEnterFrameBeacon = v1; var v2 = v1.prototype; v1.init = function () { var v4 = _global.MovieClip; if (!_root.__OnEnterFrameBeacon) { mx.transitions.BroadcasterMX.initialize(v4); var v3 = _root.createEmptyMovieClip('__OnEnterFrameBeacon', 9876); v3.onEnterFrame = function () { _global.MovieClip.broadcastMessage('onEnterFrame'); }; } }; v1.version = '1.1.0.52'; ASSetPropFlags(mx.transitions.OnEnterFrameBeacon.prototype, null, 1); } #endinitclip } movieClip 1297 __Packages.mx.transitions.BroadcasterMX { #initclip if (!_global.mx) { _global.mx = new Object(); } if (!_global.mx.transitions) { _global.mx.transitions = new Object(); } if (!_global.mx.transitions.BroadcasterMX) { var v1 = function () {}; mx.transitions.BroadcasterMX = v1; var v2 = v1.prototype; v1.initialize = function (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(); } }; v2.addListener = function (o) { this.removeListener(o); if (this.broadcastMessage == undefined) { this.broadcastMessage = mx.transitions.BroadcasterMX.prototype.broadcastMessage; } return this._listeners.push(o); }; v2.removeListener = function (o) { var v2 = this._listeners; var v3 = v2.length; while (v3--) { if (v2[v3] == o) { v2.splice(v3, 1); if (!v2.length) { this.broadcastMessage = undefined; } return true; } } return false; }; v2.broadcastMessage = function () { var v5 = String(arguments.shift()); var v4 = this._listeners.concat(); var v6 = v4.length; var v3 = 0; while (v3 < v6) { v4[v3][v5].apply(v4[v3], arguments); ++v3; } }; v1.version = '1.1.0.52'; ASSetPropFlags(mx.transitions.BroadcasterMX.prototype, null, 1); } #endinitclip } movieClip 1298 __Packages.mx.transitions.Tween { #initclip if (!_global.mx) { _global.mx = new Object(); } if (!_global.mx.transitions) { _global.mx.transitions = new Object(); } if (!_global.mx.transitions.Tween) { var v1 = function (obj, prop, func, begin, finish, duration, useSeconds) { mx.transitions.OnEnterFrameBeacon.init(); if (!arguments.length) { return undefined; } this.obj = obj; this.prop = prop; this.begin = begin; this.__set__position(begin); this.__set__duration(duration); this.useSeconds = useSeconds; if (func) { this.func = func; } this.__set__finish(finish); this._listeners = []; this.addListener(this); this.start(); }; mx.transitions.Tween = v1; var v2 = v1.prototype; v2.__set__time = function (t) { this.prevTime = this._time; if (t > this.__get__duration()) { if (this.looping) { this.rewind(t - this._duration); this.update(); this.broadcastMessage('onMotionLooped', this); } else { if (this.useSeconds) { this._time = this._duration; this.update(); } this.stop(); this.broadcastMessage('onMotionFinished', this); } } else { if (t < 0) { this.rewind(); this.update(); } else { this._time = t; this.update(); } } return this.__get__time(); }; v2.__get__time = function () { return this._time; }; v2.__set__duration = function (d) { this._duration = (d == null || d <= 0) ? _global.Infinity : d; return this.__get__duration(); }; v2.__get__duration = function () { return this._duration; }; v2.__set__FPS = function (fps) { var v2 = this.isPlaying; this.stopEnterFrame(); this._fps = fps; if (v2) { this.startEnterFrame(); } return this.__get__FPS(); }; v2.__get__FPS = function () { return this._fps; }; v2.__set__position = function (p) { this.setPosition(p); return this.__get__position(); }; v2.setPosition = function (p) { this.prevPos = this._pos; this._pos = p; this.obj[this.prop] = this._pos; this.broadcastMessage('onMotionChanged', this, this._pos); updateAfterEvent(); }; v2.__get__position = function () { return this.getPosition(); }; v2.getPosition = function (t) { if (t == undefined) { t = this._time; } return this.func(t, this.begin, this.change, this._duration); }; v2.__set__finish = function (f) { this.change = f - this.begin; return this.__get__finish(); }; v2.__get__finish = function () { return this.begin + this.change; }; v2.continueTo = function (finish, duration) { this.begin = this.position; this.__set__finish(finish); if (duration != undefined) { this.__set__duration(duration); } this.start(); }; v2.yoyo = function () { this.continueTo(this.begin, this.__get__time()); }; v2.startEnterFrame = function () { if (this._fps == undefined) { _global.MovieClip.addListener(this); } else { this._intervalID = setInterval(this, 'onEnterFrame', 1000 / this._fps); } this.isPlaying = true; }; v2.stopEnterFrame = function () { if (this._fps == undefined) { _global.MovieClip.removeListener(this); } else { clearInterval(this._intervalID); } this.isPlaying = false; }; v2.start = function () { this.rewind(); this.startEnterFrame(); this.broadcastMessage('onMotionStarted', this); }; v2.stop = function () { this.stopEnterFrame(); this.broadcastMessage('onMotionStopped', this); }; v2.resume = function () { this.fixTime(); this.startEnterFrame(); this.broadcastMessage('onMotionResumed', this); }; v2.rewind = function (t) { this._time = (t == undefined) ? 0 : t; this.fixTime(); this.update(); }; v2.fforward = function () { this.__set__time(this._duration); this.fixTime(); }; v2.nextFrame = function () { if (this.useSeconds) { this.__set__time((getTimer() - this._startTime) / 1000); } else { this.__set__time(this._time + 1); } }; v2.onEnterFrame = function () { this.nextFrame(); }; v2.prevFrame = function () { if (!this.useSeconds) { this.__set__time(this._time - 1); } }; v2.toString = function () { return '[Tween]'; }; v2.fixTime = function () { if (this.useSeconds) { this._startTime = getTimer() - this._time * 1000; } }; v2.update = function () { this.__set__position(this.getPosition(this._time)); }; v1.version = '1.1.0.52'; v1.__initBeacon = mx.transitions.OnEnterFrameBeacon.init(); v1.__initBroadcaster = mx.transitions.BroadcasterMX.initialize(mx.transitions.Tween.prototype, true); v2.func = function (t, b, c, d) { return c * t / d + b; }; v2.addProperty('FPS', v2.__get__FPS, v2.__set__FPS); v2.addProperty('duration', v2.__get__duration, v2.__set__duration); v2.addProperty('finish', v2.__get__finish, v2.__set__finish); v2.addProperty('position', v2.__get__position, v2.__set__position); v2.addProperty('time', v2.__get__time, v2.__set__time); ASSetPropFlags(mx.transitions.Tween.prototype, null, 1); } #endinitclip } movieClip 1299 __Packages.mx.transitions.easing.Strong { #initclip if (!_global.mx) { _global.mx = new Object(); } if (!_global.mx.transitions) { _global.mx.transitions = new Object(); } if (!_global.mx.transitions.easing) { _global.mx.transitions.easing = new Object(); } if (!_global.mx.transitions.easing.Strong) { var v1 = function () {}; mx.transitions.easing.Strong = v1; var v2 = v1.prototype; v1.easeIn = function (t, b, c, d) { t /= d; return c * t * t * t * t * t + b; }; v1.easeOut = function (t, b, c, d) { t = t / d - 1; return c * (t * t * t * t * t + 1) + b; }; v1.easeInOut = function (t, b, c, d) { t /= d / 2; if (t < 1) { return (c / 2) * t * t * t * t * t + b; } t -= 2; return (c / 2) * (t * t * t * t * t + 2) + b; }; v1.version = '1.1.0.52'; ASSetPropFlags(mx.transitions.easing.Strong.prototype, null, 1); } #endinitclip } movieClip 1300 __Packages.mx.transitions.easing.Back { #initclip if (!_global.mx) { _global.mx = new Object(); } if (!_global.mx.transitions) { _global.mx.transitions = new Object(); } if (!_global.mx.transitions.easing) { _global.mx.transitions.easing = new Object(); } if (!_global.mx.transitions.easing.Back) { var v1 = function () {}; mx.transitions.easing.Back = v1; var v2 = v1.prototype; v1.easeIn = function (t, b, c, d, s) { if (s == undefined) { s = 1.70158; } t /= d; return c * t * t * ((s + 1) * t - s) + b; }; v1.easeOut = function (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; }; v1.easeInOut = function (t, b, c, d, s) { if (s == undefined) { s = 1.70158; } t /= d / 2; if (t < 1) { s *= 1.525; return (c / 2) * (t * t * ((s + 1) * t - s)) + b; } t -= 2; s *= 1.525; return (c / 2) * (t * t * ((s + 1) * t + s) + 2) + b; }; v1.version = '1.1.0.52'; ASSetPropFlags(mx.transitions.easing.Back.prototype, null, 1); } #endinitclip } frame 2 { if (_framesloaded == _totalframes) { gotoAndPlay(4); } else { eval(_root.bar)._xscale = (int(_root.getBytesLoaded() / 1000) / int(_root.getBytesTotal() / 1000)) * 100; loadper = int((_root.getBytesLoaded() / 1000 / (_root.getBytesTotal() / 1000)) * 100); } } frame 3 { gotoAndPlay(2); } frame 4 { logo.setMask(m1); logo.cacheAsBitmap = true; m1.cacheAsBitmap = true; girl2.setMask(girl1); girl1.cacheAsBitmap = true; girl2.cacheAsBitmap = true; } movieClip 76 { } movieClip 77 { frame 20 { this.removeMovieClip(); } } movieClip 78 { frame 1 { Frame_num = 1; angle = 360; plus_angle = 0; scene_width = 400; scene_height = 45; bar_mc.i = 0; bar_mc._visible = 0; bar_mc.onEnterFrame = function () { var v2 = this; if (v2.i % Frame_num == 0) { mc = v2.duplicateMovieClip('bar_mc' + v2.i, v2.i); mc._x = random(scene_width); mc._y = random(scene_height); mc._rotation = random(angle) + plus_angle; } ++v2.i; }; } } movieClip 79 { } movieClip 80 { frame 30 { stop(); } } movieClip 81 { } movieClip 82 { } movieClip 84 { } movieClip 85 { } movieClip 86 { frame 21 { stop(); } } movieClip 87 { } movieClip 88 { } movieClip 89 { frame 20 { this.removeMovieClip(); } } movieClip 90 { frame 1 { Frame_num = 1; angle = 360; plus_angle = 0; scene_width = 400; scene_height = 45; bar_mc.i = 0; bar_mc._visible = 0; bar_mc.onEnterFrame = function () { var v2 = this; if (v2.i % Frame_num == 0) { mc = v2.duplicateMovieClip('bar_mc' + v2.i, v2.i); mc._x = random(scene_width); mc._y = random(scene_height); mc._rotation = random(angle) + plus_angle; } ++v2.i; }; } } movieClip 91 { frame 20 { stop(); } } movieClip 93 { } movieClip 96 { frame 37 { stop(); } } movieClip 97 { } movieClip 98 { } movieClip 100 { } movieClip 102 { } movieClip 104 { } movieClip 105 { } movieClip 106 { } movieClip 109 { frame 30 { stop(); } } button 111 { on (release) { getURL('http://www.girlgames1.com', '_blank'); } } movieClip 116 { } frame 128 { gotoAndPlay('Game'); } frame 129 { function __com_mochibot__(swfid, mc, lv, trk) { var x; var g; var s; var fv; var sb; var u; var res; var mb; var mbc; var pv; mb = '__mochibot__'; mbc = 'mochibot.com'; g = _global ? _global : _level0._root; if (g[mb + swfid]) { return g[mb + swfid]; } s = System.security; x = mc._root.getSWFVersion; fv = x ? mc.getSWFVersion() : (_global ? 6 : 5); if (!s) { s = {}; } sb = s.sandboxType; if (sb == 'localWithFile') { return null; } x = s.allowDomain; if (x) { s.allowDomain(mbc); } x = s.allowInsecureDomain; if (x) { s.allowInsecureDomain(mbc); } pv = (fv == 5) ? /:$version : 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); } return res; } res = mc.createEmptyMovieClip(mb + swfid, lv); res.loadMovie(u); return res; } __com_mochibot__('3fd7c1ce', this, 10301, true); } frame 129 { Mouse.hide(); var mouseListener = new Object(); mouseListener.onMouseMove = function () { pointer_mc1._x = _xmouse; pointer_mc1._y = _ymouse; updateAfterEvent(); }; Mouse.addListener(mouseListener); } frame 129 { function rightclick() { getURL('http://www.girlgames1.com', ''); } stop(); Stage.showMenu = true; var fmm01_menu = new ContextMenu(); fmm01_menu.hideBuiltInItems(); _root.menu = fmm01_menu; var item = new ContextMenuItem('Visit GirlGames1.com', rightclick); fmm01_menu.customItems[0] = item; } frame 129 { function start_link() { gotoAndPlay(239); 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.onReleaseOutside = function () { this.gotoAndStop(1); }; begin_btn.onRollOut = begin_btn.onReleaseOutside; domain_btn.onRelease = function () { domain_link(); }; domain_btn.onRollOver = function () { this.gotoAndStop(2); sound_click(); }; domain_btn.onReleaseOutside = function () { this.gotoAndStop(1); }; domain_btn.onRollOut = domain_btn.onReleaseOutside; } movieClip 120 { } movieClip 123 { } movieClip 127 { } movieClip 130 { } movieClip 133 { } movieClip 136 { } movieClip 139 { } movieClip 142 { } movieClip 145 { } movieClip 148 { } movieClip 150 { } movieClip 153 { } movieClip 164 { } movieClip 169 { } movieClip 171 { } movieClip 173 { } movieClip 175 { } movieClip 177 { } movieClip 178 { } movieClip 181 { } movieClip 183 { } movieClip 185 { } movieClip 189 { } movieClip 191 { } movieClip 194 { } movieClip 208 { } movieClip 211 { } movieClip 214 { } movieClip 217 { } movieClip 219 { } movieClip 221 { } movieClip 224 { } movieClip 226 { } movieClip 229 { } movieClip 231 { } movieClip 233 { } movieClip 235 { } movieClip 237 { } movieClip 239 { } movieClip 291 { } movieClip 294 { } movieClip 297 { } movieClip 299 { } movieClip 301 { } movieClip 305 { } movieClip 309 { } movieClip 310 { } movieClip 312 { } movieClip 313 { } movieClip 314 { } movieClip 315 { } movieClip 316 { } // unknown tag 88 length 72 movieClip 322 { } movieClip 326 { } movieClip 327 { } movieClip 328 { } movieClip 329 { } movieClip 330 { } movieClip 331 { frame 10 { stop(); } } // unknown tag 88 length 81 movieClip 335 { } button 337 { on (release) { gotoAndPlay('playstart'); if (this.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('mussnd'); } } on (rollOver) { if (this.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_loose', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose); } else { this.createEmptyMovieClip('_loose_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.loose = new Sound(this.BS_loose); } _global.Behaviors.Sound.loose.attachSound('mainroll'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } // unknown tag 88 length 68 button 343 { on (release) { gotoAndStop(181); } } movieClip 349 { } movieClip 354 { frame 12 { stop(); } } movieClip 355 { } movieClip 356 { } movieClip 357 { } movieClip 358 { frame 22 { stop(); } } button 360 { on (release) { gotoAndStop(2); } } button 363 { on (release) { gotoAndStop(1); } } movieClip 364 { 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); } frame 2 { stop(); stopAllSounds(); } } movieClip 369 { } movieClip 370 { } movieClip 371 { } movieClip 373 { } movieClip 374 { } movieClip 375 { } button 376 { on (release) { getURL('http://www.girlgames1.com', '_blank'); } } movieClip 378 { } frame 130 { model_mc._xscale = 300; model_mc._yscale = 300; model_mc._x = -660; model_mc._y = 130; } movieClip 381 { } movieClip 386 { } movieClip 387 { } movieClip 388 { frame 1 { stop(); } } movieClip 394 { frame 1 { stop(); } frame 2 { stop(); } frame 3 { stop(); } frame 4 { stop(); } } movieClip 402 { frame 1 { stop(); } frame 2 { if (this._parent._parent.mussnd._currentframe == 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'); } } frame 3 { if (this._parent._parent.mussnd._currentframe == 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'); } } frame 4 { if (this._parent._parent.mussnd._currentframe == 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'); } } frame 5 { if (this._parent._parent.mussnd._currentframe == 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'); } } frame 6 { if (this._parent._parent.mussnd._currentframe == 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'); } } frame 7 { if (this._parent._parent.mussnd._currentframe == 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'); } } frame 8 { if (this._parent._parent.mussnd._currentframe == 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'); } } } movieClip 428 { frame 16 { stop(); } } movieClip 429 { frame 15 { stop(); } } movieClip 432 { } movieClip 434 { frame 15 { stop(); } } movieClip 437 { } movieClip 439 { frame 15 { stop(); } } movieClip 442 { } movieClip 444 { frame 15 { stop(); } } movieClip 447 { } movieClip 449 { frame 15 { stop(); } } movieClip 453 { } movieClip 455 { frame 15 { stop(); } } movieClip 457 { } movieClip 459 { frame 15 { stop(); } } movieClip 461 { } movieClip 463 { frame 15 { stop(); } } movieClip 465 { } movieClip 467 { frame 15 { stop(); } } movieClip 469 { } movieClip 471 { frame 15 { stop(); } } movieClip 477 { frame 15 { stop(); } } movieClip 481 { frame 15 { stop(); } } movieClip 484 { frame 15 { stop(); } } movieClip 490 { frame 15 { stop(); } } movieClip 494 { frame 15 { stop(); } } movieClip 498 { frame 15 { stop(); } } movieClip 499 { frame 1 { stop(); } frame 2 { if (this._parent._parent.mussnd._currentframe == 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('glow'); _global.Behaviors.Sound.glowins.start(0, 1); } else { _global.Behaviors.Sound.glowins.stop('glow'); } } frame 3 { if (this._parent._parent.mussnd._currentframe == 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('glow'); _global.Behaviors.Sound.glowins.start(0, 1); } else { _global.Behaviors.Sound.glowins.stop('glow'); } } frame 4 { if (this._parent._parent.mussnd._currentframe == 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('glow'); _global.Behaviors.Sound.glowins.start(0, 1); } else { _global.Behaviors.Sound.glowins.stop('glow'); } } frame 5 { if (this._parent._parent.mussnd._currentframe == 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('glow'); _global.Behaviors.Sound.glowins.start(0, 1); } else { _global.Behaviors.Sound.glowins.stop('glow'); } } frame 6 { if (this._parent._parent.mussnd._currentframe == 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('glow'); _global.Behaviors.Sound.glowins.start(0, 1); } else { _global.Behaviors.Sound.glowins.stop('glow'); } } frame 7 { if (this._parent._parent.mussnd._currentframe == 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('glow'); _global.Behaviors.Sound.glowins.start(0, 1); } else { _global.Behaviors.Sound.glowins.stop('glow'); } } frame 8 { if (this._parent._parent.mussnd._currentframe == 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('glow'); _global.Behaviors.Sound.glowins.start(0, 1); } else { _global.Behaviors.Sound.glowins.stop('glow'); } } frame 9 { if (this._parent._parent.mussnd._currentframe == 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('glow'); _global.Behaviors.Sound.glowins.start(0, 1); } else { _global.Behaviors.Sound.glowins.stop('glow'); } } frame 10 { if (this._parent._parent.mussnd._currentframe == 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('glow'); _global.Behaviors.Sound.glowins.start(0, 1); } else { _global.Behaviors.Sound.glowins.stop('glow'); } } frame 11 { if (this._parent._parent.mussnd._currentframe == 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('glow'); _global.Behaviors.Sound.glowins.start(0, 1); } else { _global.Behaviors.Sound.glowins.stop('glow'); } } frame 12 { if (this._parent._parent.mussnd._currentframe == 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('glow'); _global.Behaviors.Sound.glowins.start(0, 1); } else { _global.Behaviors.Sound.glowins.stop('glow'); } } frame 13 { if (this._parent._parent.mussnd._currentframe == 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('glow'); _global.Behaviors.Sound.glowins.start(0, 1); } else { _global.Behaviors.Sound.glowins.stop('glow'); } } frame 14 { if (this._parent._parent.mussnd._currentframe == 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('glow'); _global.Behaviors.Sound.glowins.start(0, 1); } else { _global.Behaviors.Sound.glowins.stop('glow'); } } frame 15 { if (this._parent._parent.mussnd._currentframe == 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('glow'); _global.Behaviors.Sound.glowins.start(0, 1); } else { _global.Behaviors.Sound.glowins.stop('glow'); } } frame 16 { if (this._parent._parent.mussnd._currentframe == 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('glow'); _global.Behaviors.Sound.glowins.start(0, 1); } else { _global.Behaviors.Sound.glowins.stop('glow'); } } frame 17 { if (this._parent._parent.mussnd._currentframe == 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('glow'); _global.Behaviors.Sound.glowins.start(0, 1); } else { _global.Behaviors.Sound.glowins.stop('glow'); } } } movieClip 506 { frame 1 { stop(); } } movieClip 514 { frame 1 { stop(); } } movieClip 527 { frame 1 { stop(); } } // unknown tag 88 length 14 movieClip 537 { frame 1 { stop(); } } movieClip 544 { frame 1 { stop(); } } movieClip 548 { } movieClip 550 { } movieClip 551 { frame 1 { stop(); } frame 2 { if (this._parent._parent.mussnd._currentframe == 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'); } } frame 3 { if (this._parent._parent.mussnd._currentframe == 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'); } } frame 4 { if (this._parent._parent.mussnd._currentframe == 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'); } } frame 5 { if (this._parent._parent.mussnd._currentframe == 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'); } } frame 6 { if (this._parent._parent.mussnd._currentframe == 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'); } } } movieClip 554 { } movieClip 555 { frame 1 { stop(); } frame 2 { stop(); } frame 3 { stop(); } frame 4 { stop(); } frame 5 { stop(); } frame 6 { stop(); } frame 7 { stop(); } } movieClip 558 { } movieClip 559 { frame 1 { stop(); } frame 2 { stop(); } frame 3 { stop(); } frame 4 { stop(); } frame 5 { stop(); } frame 6 { stop(); } frame 7 { stop(); } } movieClip 562 { } movieClip 563 { frame 1 { stop(); } frame 2 { stop(); } frame 3 { stop(); } frame 4 { stop(); } frame 5 { stop(); } frame 6 { stop(); } frame 7 { stop(); } } movieClip 566 { } movieClip 567 { frame 1 { stop(); } frame 2 { stop(); } frame 3 { stop(); } frame 4 { stop(); } frame 5 { stop(); } frame 6 { stop(); } frame 7 { stop(); } } movieClip 570 { } movieClip 571 { frame 1 { stop(); } frame 2 { stop(); } frame 3 { stop(); } frame 4 { stop(); } frame 5 { stop(); } frame 6 { stop(); } frame 7 { stop(); } } movieClip 572 { frame 1 { stop(); } frame 2 { stop(); } frame 3 { stop(); } frame 4 { stop(); } frame 5 { stop(); } } movieClip 577 { frame 1 { stop(); } frame 2 { stop(); } frame 3 { stop(); } frame 4 { stop(); } } // unknown tag 88 length 78 movieClip 583 { frame 1 { stop(); } frame 2 { if (this._parent._parent.mussnd._currentframe == 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'); } } frame 3 { if (this._parent._parent.mussnd._currentframe == 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'); } } frame 4 { if (this._parent._parent.mussnd._currentframe == 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'); } } frame 5 { if (this._parent._parent.mussnd._currentframe == 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'); } } frame 6 { if (this._parent._parent.mussnd._currentframe == 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'); } } } movieClip 584 { frame 1 { stop(); } } movieClip 590 { frame 1 { stop(); } frame 2 { if (this._parent._parent.mussnd._currentframe == 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'); } } frame 3 { if (this._parent._parent.mussnd._currentframe == 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'); } } frame 4 { if (this._parent._parent.mussnd._currentframe == 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'); } } frame 5 { if (this._parent._parent.mussnd._currentframe == 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'); } } frame 6 { if (this._parent._parent.mussnd._currentframe == 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'); } } } movieClip 592 { } movieClip 597 { frame 1 { stop(); } frame 2 { if (this._parent._parent.mussnd._currentframe == 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'); } } frame 3 { if (this._parent._parent.mussnd._currentframe == 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'); } } frame 4 { if (this._parent._parent.mussnd._currentframe == 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'); } } frame 5 { if (this._parent._parent.mussnd._currentframe == 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'); } } frame 6 { if (this._parent._parent.mussnd._currentframe == 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'); } } } movieClip 598 { frame 1 { stop(); } } movieClip 600 { } movieClip 601 { } instance model_mc of movieClip 601 { onClipEvent (load) { this.x0 = this._x; this.y0 = this._y; var noRa = random(8) + 1; this.dress6.gotoAndStop(noRa); this.dress7.gotoAndStop(noRa); } } movieClip 605 { } movieClip 690 { } movieClip 691 { } movieClip 694 { } movieClip 696 { } movieClip 697 { } button 698 { 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('mainroll'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } on (release) { getURL('http://www.girlgames1.com', '_blank'); if (this.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('mussnd'); } } } movieClip 702 { } button 703 { 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_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('mussnd'); } } on (rollOver) { if (this.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_loose', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose); } else { this.createEmptyMovieClip('_loose_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.loose = new Sound(this.BS_loose); } _global.Behaviors.Sound.loose.attachSound('mainroll'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } movieClip 707 { } movieClip 709 { } movieClip 710 { } movieClip 711 { } movieClip 712 { } movieClip 713 { } movieClip 716 { } movieClip 719 { } movieClip 721 { } movieClip 724 { } movieClip 727 { } movieClip 730 { } movieClip 732 { } movieClip 735 { } movieClip 737 { } button 742 { 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_btnrollins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins); } else { this.createEmptyMovieClip('_btnrollins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins); } _global.Behaviors.Sound.btnrollins.attachSound('btnrollover'); _global.Behaviors.Sound.btnrollins.start(0, 1); } else { _global.Behaviors.Sound.btnrollins.stop('btnrollover'); } } 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_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.btnclickins.stop('btnclicksnd'); } this.model_mc.dress1.gotoAndStop(1); } } button 746 { 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_btnrollins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins); } else { this.createEmptyMovieClip('_btnrollins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins); } _global.Behaviors.Sound.btnrollins.attachSound('btnrollover'); _global.Behaviors.Sound.btnrollins.start(0, 1); } else { _global.Behaviors.Sound.btnrollins.stop('btnrollover'); } } 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_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.btnclickins.stop('btnclicksnd'); } this.model_mc.dress1.gotoAndStop(2); } } button 750 { 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_btnrollins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins); } else { this.createEmptyMovieClip('_btnrollins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins); } _global.Behaviors.Sound.btnrollins.attachSound('btnrollover'); _global.Behaviors.Sound.btnrollins.start(0, 1); } else { _global.Behaviors.Sound.btnrollins.stop('btnrollover'); } } 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_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.btnclickins.stop('btnclicksnd'); } this.model_mc.dress1.gotoAndStop(3); } } button 754 { 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_btnrollins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins); } else { this.createEmptyMovieClip('_btnrollins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins); } _global.Behaviors.Sound.btnrollins.attachSound('btnrollover'); _global.Behaviors.Sound.btnrollins.start(0, 1); } else { _global.Behaviors.Sound.btnrollins.stop('btnrollover'); } } 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_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.btnclickins.stop('btnclicksnd'); } this.model_mc.dress1.gotoAndStop(4); } } button 758 { 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_btnrollins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins); } else { this.createEmptyMovieClip('_btnrollins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins); } _global.Behaviors.Sound.btnrollins.attachSound('btnrollover'); _global.Behaviors.Sound.btnrollins.start(0, 1); } else { _global.Behaviors.Sound.btnrollins.stop('btnrollover'); } } 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_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.btnclickins.stop('btnclicksnd'); } this.model_mc.dress1.gotoAndStop(5); } } button 761 { 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_btnrollins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins); } else { this.createEmptyMovieClip('_btnrollins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins); } _global.Behaviors.Sound.btnrollins.attachSound('btnrollover'); _global.Behaviors.Sound.btnrollins.start(0, 1); } else { _global.Behaviors.Sound.btnrollins.stop('btnrollover'); } } 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_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.btnclickins.stop('btnclicksnd'); } this.model_mc.dress1.hairin.gotoAndStop(2); } } button 764 { 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_btnrollins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins); } else { this.createEmptyMovieClip('_btnrollins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins); } _global.Behaviors.Sound.btnrollins.attachSound('btnrollover'); _global.Behaviors.Sound.btnrollins.start(0, 1); } else { _global.Behaviors.Sound.btnrollins.stop('btnrollover'); } } 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_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.btnclickins.stop('btnclicksnd'); } this.model_mc.dress1.hairin.gotoAndStop(3); } } button 767 { 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_btnrollins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins); } else { this.createEmptyMovieClip('_btnrollins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins); } _global.Behaviors.Sound.btnrollins.attachSound('btnrollover'); _global.Behaviors.Sound.btnrollins.start(0, 1); } else { _global.Behaviors.Sound.btnrollins.stop('btnrollover'); } } 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_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.btnclickins.stop('btnclicksnd'); } this.model_mc.dress1.hairin.gotoAndStop(4); } } button 770 { 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_btnrollins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins); } else { this.createEmptyMovieClip('_btnrollins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins); } _global.Behaviors.Sound.btnrollins.attachSound('btnrollover'); _global.Behaviors.Sound.btnrollins.start(0, 1); } else { _global.Behaviors.Sound.btnrollins.stop('btnrollover'); } } 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_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.btnclickins.stop('btnclicksnd'); } this.model_mc.dress1.hairin.gotoAndStop(5); } } button 773 { 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_btnrollins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins); } else { this.createEmptyMovieClip('_btnrollins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins); } _global.Behaviors.Sound.btnrollins.attachSound('btnrollover'); _global.Behaviors.Sound.btnrollins.start(0, 1); } else { _global.Behaviors.Sound.btnrollins.stop('btnrollover'); } } 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_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.btnclickins.stop('btnclicksnd'); } this.model_mc.dress1.hairin.gotoAndStop(6); } } button 776 { 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_btnrollins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins); } else { this.createEmptyMovieClip('_btnrollins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins); } _global.Behaviors.Sound.btnrollins.attachSound('btnrollover'); _global.Behaviors.Sound.btnrollins.start(0, 1); } else { _global.Behaviors.Sound.btnrollins.stop('btnrollover'); } } 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_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.btnclickins.stop('btnclicksnd'); } this.model_mc.dress1.hairin.gotoAndStop(7); } } button 780 { 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_btnrollins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins); } else { this.createEmptyMovieClip('_btnrollins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins); } _global.Behaviors.Sound.btnrollins.attachSound('btnrollover'); _global.Behaviors.Sound.btnrollins.start(0, 1); } else { _global.Behaviors.Sound.btnrollins.stop('btnrollover'); } } 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_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.btnclickins.stop('btnclicksnd'); } this.model_mc.dress4.gotoAndStop(2); } } button 784 { 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_btnrollins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins); } else { this.createEmptyMovieClip('_btnrollins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins); } _global.Behaviors.Sound.btnrollins.attachSound('btnrollover'); _global.Behaviors.Sound.btnrollins.start(0, 1); } else { _global.Behaviors.Sound.btnrollins.stop('btnrollover'); } } 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_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.btnclickins.stop('btnclicksnd'); } this.model_mc.dress4.gotoAndStop(3); } } button 788 { 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_btnrollins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins); } else { this.createEmptyMovieClip('_btnrollins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins); } _global.Behaviors.Sound.btnrollins.attachSound('btnrollover'); _global.Behaviors.Sound.btnrollins.start(0, 1); } else { _global.Behaviors.Sound.btnrollins.stop('btnrollover'); } } 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_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.btnclickins.stop('btnclicksnd'); } this.model_mc.dress4.gotoAndStop(4); } } button 792 { 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_btnrollins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins); } else { this.createEmptyMovieClip('_btnrollins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins); } _global.Behaviors.Sound.btnrollins.attachSound('btnrollover'); _global.Behaviors.Sound.btnrollins.start(0, 1); } else { _global.Behaviors.Sound.btnrollins.stop('btnrollover'); } } 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_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.btnclickins.stop('btnclicksnd'); } this.model_mc.dress4.gotoAndStop(5); } } button 796 { 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_btnrollins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins); } else { this.createEmptyMovieClip('_btnrollins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins); } _global.Behaviors.Sound.btnrollins.attachSound('btnrollover'); _global.Behaviors.Sound.btnrollins.start(0, 1); } else { _global.Behaviors.Sound.btnrollins.stop('btnrollover'); } } 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_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.btnclickins.stop('btnclicksnd'); } this.model_mc.dress4.gotoAndStop(6); } } button 800 { 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_btnrollins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins); } else { this.createEmptyMovieClip('_btnrollins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins); } _global.Behaviors.Sound.btnrollins.attachSound('btnrollover'); _global.Behaviors.Sound.btnrollins.start(0, 1); } else { _global.Behaviors.Sound.btnrollins.stop('btnrollover'); } } 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_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.btnclickins.stop('btnclicksnd'); } this.model_mc.dress4.gotoAndStop(7); } } button 803 { 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_btnrollins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins); } else { this.createEmptyMovieClip('_btnrollins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins); } _global.Behaviors.Sound.btnrollins.attachSound('btnrollover'); _global.Behaviors.Sound.btnrollins.start(0, 1); } else { _global.Behaviors.Sound.btnrollins.stop('btnrollover'); } } 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_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.btnclickins.stop('btnclicksnd'); } this.model_mc.dress3.gotoAndStop(2); } } button 806 { 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_btnrollins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins); } else { this.createEmptyMovieClip('_btnrollins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins); } _global.Behaviors.Sound.btnrollins.attachSound('btnrollover'); _global.Behaviors.Sound.btnrollins.start(0, 1); } else { _global.Behaviors.Sound.btnrollins.stop('btnrollover'); } } 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_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.btnclickins.stop('btnclicksnd'); } this.model_mc.dress3.gotoAndStop(3); } } button 809 { 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_btnrollins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins); } else { this.createEmptyMovieClip('_btnrollins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins); } _global.Behaviors.Sound.btnrollins.attachSound('btnrollover'); _global.Behaviors.Sound.btnrollins.start(0, 1); } else { _global.Behaviors.Sound.btnrollins.stop('btnrollover'); } } 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_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.btnclickins.stop('btnclicksnd'); } this.model_mc.dress3.gotoAndStop(4); } } button 812 { 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_btnrollins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins); } else { this.createEmptyMovieClip('_btnrollins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins); } _global.Behaviors.Sound.btnrollins.attachSound('btnrollover'); _global.Behaviors.Sound.btnrollins.start(0, 1); } else { _global.Behaviors.Sound.btnrollins.stop('btnrollover'); } } 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_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.btnclickins.stop('btnclicksnd'); } this.model_mc.dress3.gotoAndStop(5); } } button 815 { 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_btnrollins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins); } else { this.createEmptyMovieClip('_btnrollins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins); } _global.Behaviors.Sound.btnrollins.attachSound('btnrollover'); _global.Behaviors.Sound.btnrollins.start(0, 1); } else { _global.Behaviors.Sound.btnrollins.stop('btnrollover'); } } 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_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.btnclickins.stop('btnclicksnd'); } this.model_mc.dress3.gotoAndStop(6); } } button 818 { 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_btnrollins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins); } else { this.createEmptyMovieClip('_btnrollins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins); } _global.Behaviors.Sound.btnrollins.attachSound('btnrollover'); _global.Behaviors.Sound.btnrollins.start(0, 1); } else { _global.Behaviors.Sound.btnrollins.stop('btnrollover'); } } 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_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.btnclickins.stop('btnclicksnd'); } this.model_mc.dress3.gotoAndStop(7); } } button 822 { 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_btnrollins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins); } else { this.createEmptyMovieClip('_btnrollins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins); } _global.Behaviors.Sound.btnrollins.attachSound('btnrollover'); _global.Behaviors.Sound.btnrollins.start(0, 1); } else { _global.Behaviors.Sound.btnrollins.stop('btnrollover'); } } 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_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.btnclickins.stop('btnclicksnd'); } this.model_mc.dress3.gotoAndStop(13); } } button 826 { 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_btnrollins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins); } else { this.createEmptyMovieClip('_btnrollins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins); } _global.Behaviors.Sound.btnrollins.attachSound('btnrollover'); _global.Behaviors.Sound.btnrollins.start(0, 1); } else { _global.Behaviors.Sound.btnrollins.stop('btnrollover'); } } 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_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.btnclickins.stop('btnclicksnd'); } this.model_mc.dress3.gotoAndStop(12); } } button 830 { 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_btnrollins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins); } else { this.createEmptyMovieClip('_btnrollins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins); } _global.Behaviors.Sound.btnrollins.attachSound('btnrollover'); _global.Behaviors.Sound.btnrollins.start(0, 1); } else { _global.Behaviors.Sound.btnrollins.stop('btnrollover'); } } 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_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.btnclickins.stop('btnclicksnd'); } this.model_mc.dress3.gotoAndStop(11); } } button 834 { 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_btnrollins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins); } else { this.createEmptyMovieClip('_btnrollins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins); } _global.Behaviors.Sound.btnrollins.attachSound('btnrollover'); _global.Behaviors.Sound.btnrollins.start(0, 1); } else { _global.Behaviors.Sound.btnrollins.stop('btnrollover'); } } 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_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.btnclickins.stop('btnclicksnd'); } this.model_mc.dress3.gotoAndStop(10); } } button 838 { 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_btnrollins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins); } else { this.createEmptyMovieClip('_btnrollins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins); } _global.Behaviors.Sound.btnrollins.attachSound('btnrollover'); _global.Behaviors.Sound.btnrollins.start(0, 1); } else { _global.Behaviors.Sound.btnrollins.stop('btnrollover'); } } 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_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.btnclickins.stop('btnclicksnd'); } this.model_mc.dress3.gotoAndStop(9); } } button 842 { 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_btnrollins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins); } else { this.createEmptyMovieClip('_btnrollins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins); } _global.Behaviors.Sound.btnrollins.attachSound('btnrollover'); _global.Behaviors.Sound.btnrollins.start(0, 1); } else { _global.Behaviors.Sound.btnrollins.stop('btnrollover'); } } 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_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.btnclickins.stop('btnclicksnd'); } this.model_mc.dress3.gotoAndStop(8); } } button 847 { 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_btnrollins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins); } else { this.createEmptyMovieClip('_btnrollins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins); } _global.Behaviors.Sound.btnrollins.attachSound('btnrollover'); _global.Behaviors.Sound.btnrollins.start(0, 1); } else { _global.Behaviors.Sound.btnrollins.stop('btnrollover'); } } 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_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.btnclickins.stop('btnclicksnd'); } this.model_mc.eyeliner.gotoAndStop(2); } } button 848 { 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_btnrollins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins); } else { this.createEmptyMovieClip('_btnrollins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins); } _global.Behaviors.Sound.btnrollins.attachSound('btnrollover'); _global.Behaviors.Sound.btnrollins.start(0, 1); } else { _global.Behaviors.Sound.btnrollins.stop('btnrollover'); } } 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_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.btnclickins.stop('btnclicksnd'); } this.model_mc.eyeliner.gotoAndStop(3); } } button 849 { 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_btnrollins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins); } else { this.createEmptyMovieClip('_btnrollins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins); } _global.Behaviors.Sound.btnrollins.attachSound('btnrollover'); _global.Behaviors.Sound.btnrollins.start(0, 1); } else { _global.Behaviors.Sound.btnrollins.stop('btnrollover'); } } 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_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.btnclickins.stop('btnclicksnd'); } this.model_mc.eyeliner.gotoAndStop(4); } } button 850 { 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_btnrollins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins); } else { this.createEmptyMovieClip('_btnrollins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins); } _global.Behaviors.Sound.btnrollins.attachSound('btnrollover'); _global.Behaviors.Sound.btnrollins.start(0, 1); } else { _global.Behaviors.Sound.btnrollins.stop('btnrollover'); } } 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_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.btnclickins.stop('btnclicksnd'); } this.model_mc.eyeliner.gotoAndStop(5); } } button 851 { 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_btnrollins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins); } else { this.createEmptyMovieClip('_btnrollins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins); } _global.Behaviors.Sound.btnrollins.attachSound('btnrollover'); _global.Behaviors.Sound.btnrollins.start(0, 1); } else { _global.Behaviors.Sound.btnrollins.stop('btnrollover'); } } 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_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.btnclickins.stop('btnclicksnd'); } this.model_mc.eyeliner.gotoAndStop(6); } } button 854 { 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_btnrollins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins); } else { this.createEmptyMovieClip('_btnrollins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins); } _global.Behaviors.Sound.btnrollins.attachSound('btnrollover'); _global.Behaviors.Sound.btnrollins.start(0, 1); } else { _global.Behaviors.Sound.btnrollins.stop('btnrollover'); } } 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_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.btnclickins.stop('btnclicksnd'); } this.model_mc.dress2.gotoAndStop(2); } } button 857 { 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_btnrollins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins); } else { this.createEmptyMovieClip('_btnrollins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins); } _global.Behaviors.Sound.btnrollins.attachSound('btnrollover'); _global.Behaviors.Sound.btnrollins.start(0, 1); } else { _global.Behaviors.Sound.btnrollins.stop('btnrollover'); } } 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_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.btnclickins.stop('btnclicksnd'); } this.model_mc.dress2.gotoAndStop(3); } } button 860 { 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_btnrollins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins); } else { this.createEmptyMovieClip('_btnrollins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins); } _global.Behaviors.Sound.btnrollins.attachSound('btnrollover'); _global.Behaviors.Sound.btnrollins.start(0, 1); } else { _global.Behaviors.Sound.btnrollins.stop('btnrollover'); } } 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_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.btnclickins.stop('btnclicksnd'); } this.model_mc.dress2.gotoAndStop(4); } } button 863 { 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_btnrollins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins); } else { this.createEmptyMovieClip('_btnrollins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins); } _global.Behaviors.Sound.btnrollins.attachSound('btnrollover'); _global.Behaviors.Sound.btnrollins.start(0, 1); } else { _global.Behaviors.Sound.btnrollins.stop('btnrollover'); } } 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_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.btnclickins.stop('btnclicksnd'); } this.model_mc.dress2.gotoAndStop(5); } } button 866 { 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_btnrollins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins); } else { this.createEmptyMovieClip('_btnrollins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins); } _global.Behaviors.Sound.btnrollins.attachSound('btnrollover'); _global.Behaviors.Sound.btnrollins.start(0, 1); } else { _global.Behaviors.Sound.btnrollins.stop('btnrollover'); } } 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_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.btnclickins.stop('btnclicksnd'); } this.model_mc.dress2.gotoAndStop(6); } } button 869 { 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_btnrollins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins); } else { this.createEmptyMovieClip('_btnrollins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins); } _global.Behaviors.Sound.btnrollins.attachSound('btnrollover'); _global.Behaviors.Sound.btnrollins.start(0, 1); } else { _global.Behaviors.Sound.btnrollins.stop('btnrollover'); } } 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_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.btnclickins.stop('btnclicksnd'); } this.model_mc.dress2.gotoAndStop(7); } } movieClip 872 { } movieClip 874 { } movieClip 876 { } movieClip 878 { } movieClip 880 { } movieClip 882 { } movieClip 884 { } button 891 { 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_btnrollins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins); } else { this.createEmptyMovieClip('_btnrollins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins); } _global.Behaviors.Sound.btnrollins.attachSound('btnrollover'); _global.Behaviors.Sound.btnrollins.start(0, 1); } else { _global.Behaviors.Sound.btnrollins.stop('btnrollover'); } } 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_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.btnclickins.stop('btnclicksnd'); } this.model_mc.dress5.gotoAndStop(2); } } button 896 { 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_btnrollins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins); } else { this.createEmptyMovieClip('_btnrollins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins); } _global.Behaviors.Sound.btnrollins.attachSound('btnrollover'); _global.Behaviors.Sound.btnrollins.start(0, 1); } else { _global.Behaviors.Sound.btnrollins.stop('btnrollover'); } } 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_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.btnclickins.stop('btnclicksnd'); } this.model_mc.dress5.gotoAndStop(3); } } button 900 { 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_btnrollins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins); } else { this.createEmptyMovieClip('_btnrollins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins); } _global.Behaviors.Sound.btnrollins.attachSound('btnrollover'); _global.Behaviors.Sound.btnrollins.start(0, 1); } else { _global.Behaviors.Sound.btnrollins.stop('btnrollover'); } } 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_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.btnclickins.stop('btnclicksnd'); } this.model_mc.dress5.gotoAndStop(4); } } button 904 { 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_btnrollins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins); } else { this.createEmptyMovieClip('_btnrollins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins); } _global.Behaviors.Sound.btnrollins.attachSound('btnrollover'); _global.Behaviors.Sound.btnrollins.start(0, 1); } else { _global.Behaviors.Sound.btnrollins.stop('btnrollover'); } } 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_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.btnclickins.stop('btnclicksnd'); } this.model_mc.dress5.gotoAndStop(5); } } button 908 { 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_btnrollins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins); } else { this.createEmptyMovieClip('_btnrollins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins); } _global.Behaviors.Sound.btnrollins.attachSound('btnrollover'); _global.Behaviors.Sound.btnrollins.start(0, 1); } else { _global.Behaviors.Sound.btnrollins.stop('btnrollover'); } } 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_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.btnclickins.stop('btnclicksnd'); } this.model_mc.dress5.gotoAndStop(6); } } button 912 { 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_btnrollins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins); } else { this.createEmptyMovieClip('_btnrollins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins); } _global.Behaviors.Sound.btnrollins.attachSound('btnrollover'); _global.Behaviors.Sound.btnrollins.start(0, 1); } else { _global.Behaviors.Sound.btnrollins.stop('btnrollover'); } } 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_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.btnclickins.stop('btnclicksnd'); } this.model_mc.dress5.gotoAndStop(7); } } button 915 { 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_btnrollins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins); } else { this.createEmptyMovieClip('_btnrollins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins); } _global.Behaviors.Sound.btnrollins.attachSound('btnrollover'); _global.Behaviors.Sound.btnrollins.start(0, 1); } else { _global.Behaviors.Sound.btnrollins.stop('btnrollover'); } } 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_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.btnclickins.stop('btnclicksnd'); } this.model_mc.dress1.hairin.gotoAndStop(7); } } frame 159 { model_mc._xscale = 300; model_mc._yscale = 300; model_mc._x = -660; model_mc._y = 130; stop(); } frame 159 { 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 v6 in _mc) { if (typeof _mc[v6] == 'movieclip' && _mc[v6]._name.substr(0, 1) == 'b') { _mc[v6].onRelease = function () { var v4 = this._name.substr(1, 1); var v3 = Number(this._name.substr(2, 2)); _root.kacha_sd(); _root.sg_mc.play(); _root.model_mc['dress' + v4].gotoAndStop(v3); if (v4 == 6) { _root.model_mc.dress7.gotoAndStop(v3); } }; } } } function load_fun() { _loc1 = this; var v3 = 8; var v2 = 1; while (v2 < v3) { _loc1.btn_go(_loc1['mc0' + v2]); _loc1['mc0' + v2]._alpha = 0; _loc1['mc0' + v2].mask_btn._visible = true; _loc1['mc0' + v2].de = this['mc0' + v2].getDepth(); _loc1['btn' + v2].act = true; ++v2; } } function btn_fun() { for (var v5 in this) { if (typeof this[v5] == 'object' && this[v5]._name.substr(0, 3) == 'btn') { this[v5].onRelease = function () { var v4 = Number(this._name.substr(3, 1)); var v3 = _root['mc0' + v4]; if (this.act == true) { effect_mc(v3); this.act = false; } else { v3.mask_btn._visible = true; go_alpha = new mx.transitions.Tween(v3, '_alpha', mx.transitions.easing.Strong.easeOut, 100, 0, 20, false); this.act = true; } }; } if (typeof this[v5] == 'movieclip' && this[v5]._name.substr(0, 2) == 'mc') { } } } function effect_mc(m) { var v2 = 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 v2 = 1; while (v2 < 8) { var v3 = _root['mc0' + v2]; v3.swapDepths(v3.de); ++v2; } } function close_btn(n) { var v2 = this['mc0' + n]; var v3 = this['btn' + n]; v2.mask_btn._visible = true; v2.swapDepths(v2.de); go_alpha = new mx.transitions.Tween(v2, '_alpha', mx.transitions.easing.Strong.easeOut, 100, 0, 20, false); v3.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 v2 = 1; while (v2 < 22) { _root['on_clothing' + v2]._visible = true; _root['on_clothing' + v2] = undefined; ++v2; } } function clear_skin() { var v2 = 1; while (v2 < 8) { _root.model_mc['dress' + v2].gotoAndStop(1); ++v2; } } 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._yscale = s; this.model_mc._xscale = this.model_mc._yscale; this.model_mc._rotation = 0; } trace(this.model_mc._x); } function third_ch_ini() { for (var v5 in this) { if (typeof this[v5] == 'movieclip' && this[v5]._name.substr(0, 1) == 'a') { this[v5].onPress = function () { var v3 = this._name.substr(1, 1); var v4 = this._name.substr(2, 2); trace(v3); this._visible = false; _root.mc_drag = _root.attachMovie('a' + v3 + v4, '_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[v5].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 v3 = 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(v3); _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') { v3 = 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(v3); _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') { v3 = 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(v3); _root.model_mc.dress6.underwear1_mc._visible = false; } if (this._name.substr(0, 2) == 'a3') { v3 = 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(v3); _root.model_mc.dress6.underwear2_mc._visible = false; } if (this._name.substr(0, 2) == 'a4') { v3 = 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(v3); _root.model_mc.dress6.underwear1_mc._visible = false; } if (this._name.substr(0, 2) == 'a5') { v3 = 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(v3); _root.model_mc.dress6.underwear2_mc._visible = false; } if (this._name.substr(0, 2) == 'a9') { v3 = 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(v3); } if (this._name.substr(0, 2) == 'aj') { v3 = 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(v3); } if (this._name.substr(0, 2) == 'a6') { v3 = 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(v3); } if (this._name.substr(0, 2) == 'a7') { v3 = 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(v3); } if (this._name.substr(0, 2) == 'a8') { v3 = 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(v3); } if (this._name.substr(0, 2) == 'aw') { v3 = 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(v3); } } else { this._visible = true; } } }; } } } function reset_one() { for (var v3 in _root.model_mc) { if (typeof _root.model_mc[v3] == 'movieclip') { _root.model_mc[v3].enabled = true; if (_root.model_mc[v3]._name.substr(0, 3) == 'cap') { _root.model_mc[v3].onRelease = function () { this.gotoAndStop(1); _root.on_clothing8._visible = true; _root.on_clothing8 = undefined; }; } if (_root.model_mc[v3]._name.substr(0, 4) == 'top1') { _root.model_mc[v3].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[v3]._name.substr(0, 4) == 'top3') { _root.model_mc[v3].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[v3]._name.substr(0, 4) == 'top2') { _root.model_mc[v3].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[v3]._name.substr(0, 4) == 'bot1') { _root.model_mc[v3].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[v3]._name.substr(0, 4) == 'shoe') { _root.model_mc[v3].onRelease = function () { this.gotoAndStop(1); _root.on_clothing4._visible = true; _root.on_clothing4 = undefined; }; } if (_root.model_mc[v3]._name.substr(0, 5) == 'jew01') { _root.model_mc[v3].onRelease = function () { this.gotoAndStop(1); _root.on_clothing5._visible = true; _root.on_clothing5 = undefined; }; } if (_root.model_mc[v3]._name.substr(0, 5) == 'jew02') { _root.model_mc[v3].onRelease = function () { this.gotoAndStop(1); _root.on_clothing6._visible = true; _root.on_clothing6 = undefined; }; } if (_root.model_mc[v3]._name.substr(0, 3) == 'bag') { _root.model_mc[v3].onRelease = function () { this.gotoAndStop(1); _root.on_clothing7._visible = true; _root.on_clothing7 = undefined; }; } if (_root.model_mc[v3]._name.substr(0, 5) == 'waita') { _root.model_mc[v3].onRelease = function () { this.gotoAndStop(1); _root.on_clothing9._visible = true; _root.on_clothing9 = undefined; }; } if (_root.model_mc[v3]._name.substr(0, 5) == 'jew04') { _root.model_mc[v3].onRelease = function () { this.gotoAndStop(1); _root.on_clothing21._visible = true; _root.on_clothing21 = undefined; }; } } } } function clothing_visible() { var v2 = 1; while (v2 < 23) { _root['on_clothing' + v2]._visible = false; ++v2; } } _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; load_fun(); btn_fun(); clear_btn.onRelease = function () { clear_ini(); }; next_btn.onRelease = function () { dep_re(); en_sd(); gotoAndStop(132); }; } frame 159 { 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 v2 = 1; while (v2 < 22) { _root['on_clothing' + v2]._visible = true; _root['on_clothing' + v2] = undefined; ++v2; } } function clear_skin() { var v2 = 1; while (v2 < 8) { _root.model_mc['dress' + v2].gotoAndStop(1); ++v2; } } 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._yscale = s; this.model_mc._xscale = this.model_mc._yscale; this.model_mc._rotation = 0; } trace(this.model_mc._x); } function reset_one() { for (var v3 in _root.model_mc) { if (typeof _root.model_mc[v3] == 'movieclip') { _root.model_mc[v3].enabled = true; if (_root.model_mc[v3]._name.substr(0, 3) == 'cap') { _root.model_mc[v3].onRelease = function () { this.gotoAndStop(1); _root.on_clothing8._visible = true; _root.on_clothing8 = undefined; }; } if (_root.model_mc[v3]._name.substr(0, 4) == 'top1') { _root.model_mc[v3].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[v3]._name.substr(0, 4) == 'top3') { _root.model_mc[v3].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[v3]._name.substr(0, 4) == 'top2') { _root.model_mc[v3].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[v3]._name.substr(0, 4) == 'bot1') { _root.model_mc[v3].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[v3]._name.substr(0, 4) == 'shoe') { _root.model_mc[v3].onRelease = function () { this.gotoAndStop(1); _root.on_clothing4._visible = true; _root.on_clothing4 = undefined; }; } if (_root.model_mc[v3]._name.substr(0, 5) == 'jew01') { _root.model_mc[v3].onRelease = function () { this.gotoAndStop(1); _root.on_clothing5._visible = true; _root.on_clothing5 = undefined; }; } if (_root.model_mc[v3]._name.substr(0, 5) == 'jew02') { _root.model_mc[v3].onRelease = function () { this.gotoAndStop(1); _root.on_clothing6._visible = true; _root.on_clothing6 = undefined; }; } if (_root.model_mc[v3]._name.substr(0, 3) == 'bag') { _root.model_mc[v3].onRelease = function () { this.gotoAndStop(1); _root.on_clothing7._visible = true; _root.on_clothing7 = undefined; }; } if (_root.model_mc[v3]._name.substr(0, 5) == 'waita') { _root.model_mc[v3].onRelease = function () { this.gotoAndStop(1); _root.on_clothing9._visible = true; _root.on_clothing9 = undefined; }; } if (_root.model_mc[v3]._name.substr(0, 5) == 'jew04') { _root.model_mc[v3].onRelease = function () { this.gotoAndStop(1); _root.on_clothing21._visible = true; _root.on_clothing21 = undefined; }; } } } } function clothing_visible() { var v2 = 1; while (v2 < 23) { _root['on_clothing' + v2]._visible = false; ++v2; } } function btn_menu() { for (var v5 in this) { if (typeof this[v5] == 'object' && this[v5]._name.substr(0, 1) == 'b') { trace(this[v5]); this[v5].onRelease = function () { if (_root.menu_state == true) { _root.menu_no = Number(this._name.substr(3, 1)); var v4 = Number(_root.menu_mc._currentframe); if (_root.menu_no != v4) { _root.eff_mc.play(); var v3 = 1; while (v3 < 7) { _root.eff_mc.yy['y' + v3].play(); ++v3; } _root.menu_state = false; } } }; } } } function menu_fun() { var v2 = _root.menu_no; _root.menu_mc.gotoAndStop(v2); } stop(); var menu_state = true; var menu_no = 1; btn_menu(); clear_btn.onRelease = function () { clear_ini(); }; next_btn.onRelease = function () { en_sd(); gotoAndStop(132); }; } movieClip 920 { } movieClip 921 { } button 924 { 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_btnrollins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins); } else { this.createEmptyMovieClip('_btnrollins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins); } _global.Behaviors.Sound.btnrollins.attachSound('btnrollover'); _global.Behaviors.Sound.btnrollins.start(0, 1); } else { _global.Behaviors.Sound.btnrollins.stop('btnrollover'); } } 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_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.btnclickins.stop('btnclicksnd'); } this.model_mc.dress1.gotoAndStop(1); } } button 925 { 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_btnrollins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins); } else { this.createEmptyMovieClip('_btnrollins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins); } _global.Behaviors.Sound.btnrollins.attachSound('btnrollover'); _global.Behaviors.Sound.btnrollins.start(0, 1); } else { _global.Behaviors.Sound.btnrollins.stop('btnrollover'); } } 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_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.btnclickins.stop('btnclicksnd'); } this.model_mc.dress1.gotoAndStop(2); } } button 926 { 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_btnrollins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins); } else { this.createEmptyMovieClip('_btnrollins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins); } _global.Behaviors.Sound.btnrollins.attachSound('btnrollover'); _global.Behaviors.Sound.btnrollins.start(0, 1); } else { _global.Behaviors.Sound.btnrollins.stop('btnrollover'); } } 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_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.btnclickins.stop('btnclicksnd'); } this.model_mc.dress1.gotoAndStop(3); } } button 927 { 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_btnrollins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins); } else { this.createEmptyMovieClip('_btnrollins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins); } _global.Behaviors.Sound.btnrollins.attachSound('btnrollover'); _global.Behaviors.Sound.btnrollins.start(0, 1); } else { _global.Behaviors.Sound.btnrollins.stop('btnrollover'); } } 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_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.btnclickins.stop('btnclicksnd'); } this.model_mc.dress1.gotoAndStop(4); } } button 928 { 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_btnrollins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins); } else { this.createEmptyMovieClip('_btnrollins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins); } _global.Behaviors.Sound.btnrollins.attachSound('btnrollover'); _global.Behaviors.Sound.btnrollins.start(0, 1); } else { _global.Behaviors.Sound.btnrollins.stop('btnrollover'); } } 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_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.btnclickins.stop('btnclicksnd'); } this.model_mc.dress1.gotoAndStop(5); } } button 929 { 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_btnrollins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins); } else { this.createEmptyMovieClip('_btnrollins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins); } _global.Behaviors.Sound.btnrollins.attachSound('btnrollover'); _global.Behaviors.Sound.btnrollins.start(0, 1); } else { _global.Behaviors.Sound.btnrollins.stop('btnrollover'); } } 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_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.btnclickins.stop('btnclicksnd'); } this.model_mc.dress1.hairin.gotoAndStop(2); } } button 930 { 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_btnrollins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins); } else { this.createEmptyMovieClip('_btnrollins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins); } _global.Behaviors.Sound.btnrollins.attachSound('btnrollover'); _global.Behaviors.Sound.btnrollins.start(0, 1); } else { _global.Behaviors.Sound.btnrollins.stop('btnrollover'); } } 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_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.btnclickins.stop('btnclicksnd'); } this.model_mc.dress1.hairin.gotoAndStop(3); } } button 931 { 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_btnrollins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins); } else { this.createEmptyMovieClip('_btnrollins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins); } _global.Behaviors.Sound.btnrollins.attachSound('btnrollover'); _global.Behaviors.Sound.btnrollins.start(0, 1); } else { _global.Behaviors.Sound.btnrollins.stop('btnrollover'); } } 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_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.btnclickins.stop('btnclicksnd'); } this.model_mc.dress1.hairin.gotoAndStop(4); } } button 932 { 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_btnrollins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins); } else { this.createEmptyMovieClip('_btnrollins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins); } _global.Behaviors.Sound.btnrollins.attachSound('btnrollover'); _global.Behaviors.Sound.btnrollins.start(0, 1); } else { _global.Behaviors.Sound.btnrollins.stop('btnrollover'); } } 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_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.btnclickins.stop('btnclicksnd'); } this.model_mc.dress1.hairin.gotoAndStop(5); } } button 933 { 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_btnrollins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins); } else { this.createEmptyMovieClip('_btnrollins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins); } _global.Behaviors.Sound.btnrollins.attachSound('btnrollover'); _global.Behaviors.Sound.btnrollins.start(0, 1); } else { _global.Behaviors.Sound.btnrollins.stop('btnrollover'); } } 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_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.btnclickins.stop('btnclicksnd'); } this.model_mc.dress1.hairin.gotoAndStop(6); } } button 934 { 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_btnrollins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins); } else { this.createEmptyMovieClip('_btnrollins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins); } _global.Behaviors.Sound.btnrollins.attachSound('btnrollover'); _global.Behaviors.Sound.btnrollins.start(0, 1); } else { _global.Behaviors.Sound.btnrollins.stop('btnrollover'); } } 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_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.btnclickins.stop('btnclicksnd'); } this.model_mc.dress1.hairin.gotoAndStop(7); } } button 935 { 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_btnrollins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins); } else { this.createEmptyMovieClip('_btnrollins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins); } _global.Behaviors.Sound.btnrollins.attachSound('btnrollover'); _global.Behaviors.Sound.btnrollins.start(0, 1); } else { _global.Behaviors.Sound.btnrollins.stop('btnrollover'); } } 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_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.btnclickins.stop('btnclicksnd'); } this.model_mc.dress4.gotoAndStop(2); } } button 936 { 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_btnrollins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins); } else { this.createEmptyMovieClip('_btnrollins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins); } _global.Behaviors.Sound.btnrollins.attachSound('btnrollover'); _global.Behaviors.Sound.btnrollins.start(0, 1); } else { _global.Behaviors.Sound.btnrollins.stop('btnrollover'); } } 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_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.btnclickins.stop('btnclicksnd'); } this.model_mc.dress4.gotoAndStop(3); } } button 937 { 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_btnrollins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins); } else { this.createEmptyMovieClip('_btnrollins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins); } _global.Behaviors.Sound.btnrollins.attachSound('btnrollover'); _global.Behaviors.Sound.btnrollins.start(0, 1); } else { _global.Behaviors.Sound.btnrollins.stop('btnrollover'); } } 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_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.btnclickins.stop('btnclicksnd'); } this.model_mc.dress4.gotoAndStop(4); } } button 938 { 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_btnrollins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins); } else { this.createEmptyMovieClip('_btnrollins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins); } _global.Behaviors.Sound.btnrollins.attachSound('btnrollover'); _global.Behaviors.Sound.btnrollins.start(0, 1); } else { _global.Behaviors.Sound.btnrollins.stop('btnrollover'); } } 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_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.btnclickins.stop('btnclicksnd'); } this.model_mc.dress4.gotoAndStop(5); } } button 939 { 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_btnrollins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins); } else { this.createEmptyMovieClip('_btnrollins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins); } _global.Behaviors.Sound.btnrollins.attachSound('btnrollover'); _global.Behaviors.Sound.btnrollins.start(0, 1); } else { _global.Behaviors.Sound.btnrollins.stop('btnrollover'); } } 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_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.btnclickins.stop('btnclicksnd'); } this.model_mc.dress4.gotoAndStop(6); } } button 940 { 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_btnrollins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins); } else { this.createEmptyMovieClip('_btnrollins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins); } _global.Behaviors.Sound.btnrollins.attachSound('btnrollover'); _global.Behaviors.Sound.btnrollins.start(0, 1); } else { _global.Behaviors.Sound.btnrollins.stop('btnrollover'); } } 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_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.btnclickins.stop('btnclicksnd'); } this.model_mc.dress4.gotoAndStop(7); } } button 941 { 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_btnrollins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins); } else { this.createEmptyMovieClip('_btnrollins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins); } _global.Behaviors.Sound.btnrollins.attachSound('btnrollover'); _global.Behaviors.Sound.btnrollins.start(0, 1); } else { _global.Behaviors.Sound.btnrollins.stop('btnrollover'); } } 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_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.btnclickins.stop('btnclicksnd'); } this.model_mc.dress3.gotoAndStop(2); } } button 942 { 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_btnrollins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins); } else { this.createEmptyMovieClip('_btnrollins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins); } _global.Behaviors.Sound.btnrollins.attachSound('btnrollover'); _global.Behaviors.Sound.btnrollins.start(0, 1); } else { _global.Behaviors.Sound.btnrollins.stop('btnrollover'); } } 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_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.btnclickins.stop('btnclicksnd'); } this.model_mc.dress3.gotoAndStop(3); } } button 943 { 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_btnrollins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins); } else { this.createEmptyMovieClip('_btnrollins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins); } _global.Behaviors.Sound.btnrollins.attachSound('btnrollover'); _global.Behaviors.Sound.btnrollins.start(0, 1); } else { _global.Behaviors.Sound.btnrollins.stop('btnrollover'); } } 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_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.btnclickins.stop('btnclicksnd'); } this.model_mc.dress3.gotoAndStop(4); } } button 944 { 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_btnrollins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins); } else { this.createEmptyMovieClip('_btnrollins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins); } _global.Behaviors.Sound.btnrollins.attachSound('btnrollover'); _global.Behaviors.Sound.btnrollins.start(0, 1); } else { _global.Behaviors.Sound.btnrollins.stop('btnrollover'); } } 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_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.btnclickins.stop('btnclicksnd'); } this.model_mc.dress3.gotoAndStop(5); } } button 945 { 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_btnrollins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins); } else { this.createEmptyMovieClip('_btnrollins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins); } _global.Behaviors.Sound.btnrollins.attachSound('btnrollover'); _global.Behaviors.Sound.btnrollins.start(0, 1); } else { _global.Behaviors.Sound.btnrollins.stop('btnrollover'); } } 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_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.btnclickins.stop('btnclicksnd'); } this.model_mc.dress3.gotoAndStop(6); } } button 946 { 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_btnrollins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins); } else { this.createEmptyMovieClip('_btnrollins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins); } _global.Behaviors.Sound.btnrollins.attachSound('btnrollover'); _global.Behaviors.Sound.btnrollins.start(0, 1); } else { _global.Behaviors.Sound.btnrollins.stop('btnrollover'); } } 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_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.btnclickins.stop('btnclicksnd'); } this.model_mc.dress3.gotoAndStop(7); } } button 947 { 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_btnrollins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins); } else { this.createEmptyMovieClip('_btnrollins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins); } _global.Behaviors.Sound.btnrollins.attachSound('btnrollover'); _global.Behaviors.Sound.btnrollins.start(0, 1); } else { _global.Behaviors.Sound.btnrollins.stop('btnrollover'); } } 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_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.btnclickins.stop('btnclicksnd'); } this.model_mc.dress3.gotoAndStop(13); } } button 948 { 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_btnrollins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins); } else { this.createEmptyMovieClip('_btnrollins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins); } _global.Behaviors.Sound.btnrollins.attachSound('btnrollover'); _global.Behaviors.Sound.btnrollins.start(0, 1); } else { _global.Behaviors.Sound.btnrollins.stop('btnrollover'); } } 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_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.btnclickins.stop('btnclicksnd'); } this.model_mc.dress3.gotoAndStop(12); } } button 949 { 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_btnrollins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins); } else { this.createEmptyMovieClip('_btnrollins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins); } _global.Behaviors.Sound.btnrollins.attachSound('btnrollover'); _global.Behaviors.Sound.btnrollins.start(0, 1); } else { _global.Behaviors.Sound.btnrollins.stop('btnrollover'); } } 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_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.btnclickins.stop('btnclicksnd'); } this.model_mc.dress3.gotoAndStop(11); } } button 950 { 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_btnrollins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins); } else { this.createEmptyMovieClip('_btnrollins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins); } _global.Behaviors.Sound.btnrollins.attachSound('btnrollover'); _global.Behaviors.Sound.btnrollins.start(0, 1); } else { _global.Behaviors.Sound.btnrollins.stop('btnrollover'); } } 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_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.btnclickins.stop('btnclicksnd'); } this.model_mc.dress3.gotoAndStop(10); } } button 951 { 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_btnrollins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins); } else { this.createEmptyMovieClip('_btnrollins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins); } _global.Behaviors.Sound.btnrollins.attachSound('btnrollover'); _global.Behaviors.Sound.btnrollins.start(0, 1); } else { _global.Behaviors.Sound.btnrollins.stop('btnrollover'); } } 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_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.btnclickins.stop('btnclicksnd'); } this.model_mc.dress3.gotoAndStop(9); } } button 952 { 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_btnrollins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins); } else { this.createEmptyMovieClip('_btnrollins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins); } _global.Behaviors.Sound.btnrollins.attachSound('btnrollover'); _global.Behaviors.Sound.btnrollins.start(0, 1); } else { _global.Behaviors.Sound.btnrollins.stop('btnrollover'); } } 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_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.btnclickins.stop('btnclicksnd'); } this.model_mc.dress3.gotoAndStop(8); } } button 953 { 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_btnrollins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins); } else { this.createEmptyMovieClip('_btnrollins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins); } _global.Behaviors.Sound.btnrollins.attachSound('btnrollover'); _global.Behaviors.Sound.btnrollins.start(0, 1); } else { _global.Behaviors.Sound.btnrollins.stop('btnrollover'); } } 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_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.btnclickins.stop('btnclicksnd'); } this.model_mc.eyeliner.gotoAndStop(2); } } button 954 { 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_btnrollins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins); } else { this.createEmptyMovieClip('_btnrollins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins); } _global.Behaviors.Sound.btnrollins.attachSound('btnrollover'); _global.Behaviors.Sound.btnrollins.start(0, 1); } else { _global.Behaviors.Sound.btnrollins.stop('btnrollover'); } } 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_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.btnclickins.stop('btnclicksnd'); } this.model_mc.eyeliner.gotoAndStop(3); } } button 955 { 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_btnrollins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins); } else { this.createEmptyMovieClip('_btnrollins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins); } _global.Behaviors.Sound.btnrollins.attachSound('btnrollover'); _global.Behaviors.Sound.btnrollins.start(0, 1); } else { _global.Behaviors.Sound.btnrollins.stop('btnrollover'); } } 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_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.btnclickins.stop('btnclicksnd'); } this.model_mc.eyeliner.gotoAndStop(4); } } button 956 { 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_btnrollins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins); } else { this.createEmptyMovieClip('_btnrollins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins); } _global.Behaviors.Sound.btnrollins.attachSound('btnrollover'); _global.Behaviors.Sound.btnrollins.start(0, 1); } else { _global.Behaviors.Sound.btnrollins.stop('btnrollover'); } } 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_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.btnclickins.stop('btnclicksnd'); } this.model_mc.eyeliner.gotoAndStop(5); } } button 957 { 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_btnrollins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins); } else { this.createEmptyMovieClip('_btnrollins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins); } _global.Behaviors.Sound.btnrollins.attachSound('btnrollover'); _global.Behaviors.Sound.btnrollins.start(0, 1); } else { _global.Behaviors.Sound.btnrollins.stop('btnrollover'); } } 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_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.btnclickins.stop('btnclicksnd'); } this.model_mc.eyeliner.gotoAndStop(6); } } button 958 { 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_btnrollins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins); } else { this.createEmptyMovieClip('_btnrollins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins); } _global.Behaviors.Sound.btnrollins.attachSound('btnrollover'); _global.Behaviors.Sound.btnrollins.start(0, 1); } else { _global.Behaviors.Sound.btnrollins.stop('btnrollover'); } } 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_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.btnclickins.stop('btnclicksnd'); } this.model_mc.dress2.gotoAndStop(2); } } button 959 { 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_btnrollins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins); } else { this.createEmptyMovieClip('_btnrollins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins); } _global.Behaviors.Sound.btnrollins.attachSound('btnrollover'); _global.Behaviors.Sound.btnrollins.start(0, 1); } else { _global.Behaviors.Sound.btnrollins.stop('btnrollover'); } } 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_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.btnclickins.stop('btnclicksnd'); } this.model_mc.dress2.gotoAndStop(3); } } button 960 { 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_btnrollins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins); } else { this.createEmptyMovieClip('_btnrollins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins); } _global.Behaviors.Sound.btnrollins.attachSound('btnrollover'); _global.Behaviors.Sound.btnrollins.start(0, 1); } else { _global.Behaviors.Sound.btnrollins.stop('btnrollover'); } } 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_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.btnclickins.stop('btnclicksnd'); } this.model_mc.dress2.gotoAndStop(4); } } button 961 { 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_btnrollins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins); } else { this.createEmptyMovieClip('_btnrollins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins); } _global.Behaviors.Sound.btnrollins.attachSound('btnrollover'); _global.Behaviors.Sound.btnrollins.start(0, 1); } else { _global.Behaviors.Sound.btnrollins.stop('btnrollover'); } } 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_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.btnclickins.stop('btnclicksnd'); } this.model_mc.dress2.gotoAndStop(5); } } button 962 { 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_btnrollins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins); } else { this.createEmptyMovieClip('_btnrollins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins); } _global.Behaviors.Sound.btnrollins.attachSound('btnrollover'); _global.Behaviors.Sound.btnrollins.start(0, 1); } else { _global.Behaviors.Sound.btnrollins.stop('btnrollover'); } } 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_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.btnclickins.stop('btnclicksnd'); } this.model_mc.dress2.gotoAndStop(6); } } button 963 { 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_btnrollins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins); } else { this.createEmptyMovieClip('_btnrollins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins); } _global.Behaviors.Sound.btnrollins.attachSound('btnrollover'); _global.Behaviors.Sound.btnrollins.start(0, 1); } else { _global.Behaviors.Sound.btnrollins.stop('btnrollover'); } } 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_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.btnclickins.stop('btnclicksnd'); } this.model_mc.dress2.gotoAndStop(7); } } button 964 { 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_btnrollins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins); } else { this.createEmptyMovieClip('_btnrollins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins); } _global.Behaviors.Sound.btnrollins.attachSound('btnrollover'); _global.Behaviors.Sound.btnrollins.start(0, 1); } else { _global.Behaviors.Sound.btnrollins.stop('btnrollover'); } } 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_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.btnclickins.stop('btnclicksnd'); } this.model_mc.dress5.gotoAndStop(2); } } button 965 { 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_btnrollins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins); } else { this.createEmptyMovieClip('_btnrollins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins); } _global.Behaviors.Sound.btnrollins.attachSound('btnrollover'); _global.Behaviors.Sound.btnrollins.start(0, 1); } else { _global.Behaviors.Sound.btnrollins.stop('btnrollover'); } } 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_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.btnclickins.stop('btnclicksnd'); } this.model_mc.dress5.gotoAndStop(3); } } button 966 { 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_btnrollins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins); } else { this.createEmptyMovieClip('_btnrollins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins); } _global.Behaviors.Sound.btnrollins.attachSound('btnrollover'); _global.Behaviors.Sound.btnrollins.start(0, 1); } else { _global.Behaviors.Sound.btnrollins.stop('btnrollover'); } } 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_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.btnclickins.stop('btnclicksnd'); } this.model_mc.dress5.gotoAndStop(4); } } button 967 { 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_btnrollins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins); } else { this.createEmptyMovieClip('_btnrollins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins); } _global.Behaviors.Sound.btnrollins.attachSound('btnrollover'); _global.Behaviors.Sound.btnrollins.start(0, 1); } else { _global.Behaviors.Sound.btnrollins.stop('btnrollover'); } } 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_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.btnclickins.stop('btnclicksnd'); } this.model_mc.dress5.gotoAndStop(5); } } button 968 { 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_btnrollins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins); } else { this.createEmptyMovieClip('_btnrollins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins); } _global.Behaviors.Sound.btnrollins.attachSound('btnrollover'); _global.Behaviors.Sound.btnrollins.start(0, 1); } else { _global.Behaviors.Sound.btnrollins.stop('btnrollover'); } } 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_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.btnclickins.stop('btnclicksnd'); } this.model_mc.dress5.gotoAndStop(6); } } button 969 { 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_btnrollins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins); } else { this.createEmptyMovieClip('_btnrollins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins); } _global.Behaviors.Sound.btnrollins.attachSound('btnrollover'); _global.Behaviors.Sound.btnrollins.start(0, 1); } else { _global.Behaviors.Sound.btnrollins.stop('btnrollover'); } } 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_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.btnclickins.stop('btnclicksnd'); } this.model_mc.dress5.gotoAndStop(7); } } button 972 { 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_btnrollins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins); } else { this.createEmptyMovieClip('_btnrollins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins); } _global.Behaviors.Sound.btnrollins.attachSound('btnrollover'); _global.Behaviors.Sound.btnrollins.start(0, 1); } else { _global.Behaviors.Sound.btnrollins.stop('btnrollover'); } } 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_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.btnclickins.stop('btnclicksnd'); } this.model_mc.dress6.gotoAndStop(1); this.model_mc.dress7.gotoAndStop(1); } } button 975 { 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_btnrollins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins); } else { this.createEmptyMovieClip('_btnrollins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins); } _global.Behaviors.Sound.btnrollins.attachSound('btnrollover'); _global.Behaviors.Sound.btnrollins.start(0, 1); } else { _global.Behaviors.Sound.btnrollins.stop('btnrollover'); } } 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_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.btnclickins.stop('btnclicksnd'); } this.model_mc.dress6.gotoAndStop(2); this.model_mc.dress7.gotoAndStop(2); } } button 979 { 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_btnrollins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins); } else { this.createEmptyMovieClip('_btnrollins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins); } _global.Behaviors.Sound.btnrollins.attachSound('btnrollover'); _global.Behaviors.Sound.btnrollins.start(0, 1); } else { _global.Behaviors.Sound.btnrollins.stop('btnrollover'); } } 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_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.btnclickins.stop('btnclicksnd'); } this.model_mc.dress6.gotoAndStop(4); this.model_mc.dress7.gotoAndStop(4); } } button 982 { 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_btnrollins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins); } else { this.createEmptyMovieClip('_btnrollins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins); } _global.Behaviors.Sound.btnrollins.attachSound('btnrollover'); _global.Behaviors.Sound.btnrollins.start(0, 1); } else { _global.Behaviors.Sound.btnrollins.stop('btnrollover'); } } 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_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.btnclickins.stop('btnclicksnd'); } this.model_mc.dress6.gotoAndStop(3); this.model_mc.dress7.gotoAndStop(3); } } button 983 { 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_btnrollins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins); } else { this.createEmptyMovieClip('_btnrollins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins); } _global.Behaviors.Sound.btnrollins.attachSound('btnrollover'); _global.Behaviors.Sound.btnrollins.start(0, 1); } else { _global.Behaviors.Sound.btnrollins.stop('btnrollover'); } } 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_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.btnclickins.stop('btnclicksnd'); } this.model_mc.dress1.hairin.gotoAndStop(1); } } frame 160 { model_mc._xscale = 90; model_mc._yscale = 90; model_mc._x = 225; model_mc._y = 80; } button 984 { on (release) { clear_ini(); if (this.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('mussnd'); } } on (rollOver) { if (this.mussnd._currentframe == 1) { _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } button 985 { 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('mainroll'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } on (release) { getURL('http://www.girlgames1.com', '_blank'); if (this.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('mussnd'); } } } movieClip 988 { } button 989 { on (release) { gotoAndPlay('playstart'); if (this.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('mussnd'); } } on (rollOver) { if (this.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_loose', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose); } else { this.createEmptyMovieClip('_loose_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.loose = new Sound(this.BS_loose); } _global.Behaviors.Sound.loose.attachSound('mainroll'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } movieClip 992 { } button 993 { on (release) { gotoAndPlay('FinalScreen'); if (this.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('mussnd'); } } on (rollOver) { if (this.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_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('mainroll'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } movieClip 996 { } button 997 { on (release) { clear_ini(); if (this.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('mussnd'); } } on (rollOver) { if (this.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_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('mainroll'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } movieClip 1001 { } movieClip 1002 { frame 1 { stop(); } frame 2 { stop(); } } instance neck_1 of movieClip 1002 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } instance up_0 of movieClip 17 a200 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } movieClip 1004 { } movieClip 1005 { frame 1 { stop(); } frame 2 { stop(); } } instance up_1 of movieClip 1005 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } movieClip 1008 { } movieClip 1009 { frame 1 { stop(); } frame 2 { stop(); } } instance up_2 of movieClip 1009 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } movieClip 1010 { } movieClip 1011 { frame 1 { stop(); } frame 2 { stop(); } } instance up_3 of movieClip 1011 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } movieClip 1014 { } movieClip 1015 { frame 1 { stop(); } frame 2 { stop(); } } instance up_4 of movieClip 1015 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } movieClip 1016 { } movieClip 1017 { frame 1 { stop(); } frame 2 { stop(); } } instance up_5 of movieClip 1017 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } movieClip 1018 { } movieClip 1019 { frame 1 { stop(); } frame 2 { stop(); } } instance up_7 of movieClip 1019 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } movieClip 1020 { } movieClip 1021 { frame 1 { stop(); } frame 2 { stop(); } } instance up_8 of movieClip 1021 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } movieClip 1022 { } movieClip 1023 { frame 1 { stop(); } frame 2 { stop(); } } instance up_9 of movieClip 1023 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } movieClip 1025 { } movieClip 1026 { frame 1 { stop(); } frame 2 { stop(); } } instance up_10 of movieClip 1026 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } movieClip 1028 { } movieClip 1029 { frame 1 { stop(); } frame 2 { stop(); } } instance up_11 of movieClip 1029 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } movieClip 1030 { } movieClip 1031 { frame 1 { stop(); } frame 2 { stop(); } } instance up_13 of movieClip 1031 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } movieClip 1032 { } movieClip 1033 { frame 1 { stop(); } frame 2 { stop(); } } instance up_12 of movieClip 1033 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } movieClip 1034 { } movieClip 1035 { frame 1 { stop(); } frame 2 { stop(); } } instance up_14 of movieClip 1035 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } movieClip 1036 { } movieClip 1037 { frame 1 { stop(); } frame 2 { stop(); } } instance up_15 of movieClip 1037 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } movieClip 1040 { } movieClip 1041 { frame 1 { stop(); } frame 2 { stop(); } } instance bag_0 of movieClip 1041 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } movieClip 1043 { } movieClip 1044 { frame 1 { stop(); } frame 2 { stop(); } } instance eye_0 of movieClip 1044 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } movieClip 1045 { } movieClip 1046 { frame 1 { stop(); } frame 2 { stop(); } } instance ear_0 of movieClip 1046 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } movieClip 1047 { } movieClip 1048 { frame 1 { stop(); } frame 2 { stop(); } } instance ear_1 of movieClip 1048 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } movieClip 1051 { } movieClip 1052 { frame 1 { stop(); } frame 2 { stop(); } } instance ear_2 of movieClip 1052 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } movieClip 1053 { } movieClip 1054 { frame 1 { stop(); } frame 2 { stop(); } } instance ear_4 of movieClip 1054 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } movieClip 1055 { } movieClip 1056 { frame 1 { stop(); } frame 2 { stop(); } } instance ear_3 of movieClip 1056 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } movieClip 1059 { } movieClip 1060 { frame 1 { stop(); } frame 2 { stop(); } } instance neck_0 of movieClip 1060 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } movieClip 1061 { } movieClip 1062 { frame 1 { stop(); } frame 2 { stop(); } } instance neck_3 of movieClip 1062 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } movieClip 1064 { frame 1 { stop(); } frame 2 { stop(); } } instance neck_4 of movieClip 1064 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } movieClip 1065 { } movieClip 1066 { frame 1 { stop(); } frame 2 { stop(); } } instance neck_2 of movieClip 1066 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } movieClip 1068 { } movieClip 1069 { frame 1 { stop(); } frame 2 { stop(); } } instance shoes_4 of movieClip 1069 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } movieClip 1072 { } movieClip 1073 { frame 1 { stop(); } frame 2 { stop(); } } instance shoes_1 of movieClip 1073 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } movieClip 1075 { } movieClip 1078 { } movieClip 1079 { frame 1 { stop(); } frame 2 { stop(); } } instance shoes_0 of movieClip 1079 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } movieClip 1082 { } movieClip 1083 { frame 1 { stop(); } frame 2 { stop(); } } instance shoes_3 of movieClip 1083 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } movieClip 1086 { } movieClip 1087 { frame 1 { stop(); } frame 2 { stop(); } } instance shoes_2 of movieClip 1087 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } movieClip 1089 { } movieClip 1090 { frame 1 { stop(); } frame 2 { stop(); } } instance shoes_5 of movieClip 1090 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } movieClip 1092 { } movieClip 1094 { } movieClip 1095 { frame 1 { stop(); } frame 2 { stop(); } } instance shoes_6 of movieClip 1095 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } movieClip 1096 { } movieClip 1097 { frame 1 { stop(); } frame 2 { stop(); } } instance up_6 of movieClip 1097 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } movieClip 1098 { } movieClip 1099 { frame 1 { stop(); } frame 2 { stop(); } } instance eye_1 of movieClip 1099 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } movieClip 1100 { } movieClip 1101 { frame 1 { stop(); } frame 2 { stop(); } } instance eye_2 of movieClip 1101 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } movieClip 1102 { } movieClip 1103 { frame 1 { stop(); } frame 2 { stop(); } } instance eye_3 of movieClip 1103 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } movieClip 1104 { } movieClip 1105 { frame 1 { stop(); } frame 2 { stop(); } } instance eye_4 of movieClip 1105 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } movieClip 1107 { } movieClip 1108 { frame 1 { stop(); } frame 2 { stop(); } } instance bag_1 of movieClip 1108 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } movieClip 1109 { } movieClip 1110 { frame 1 { stop(); } frame 2 { stop(); } } instance bag_2 of movieClip 1110 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } movieClip 1113 { } movieClip 1114 { frame 1 { stop(); } frame 2 { stop(); } } instance bag_3 of movieClip 1114 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } movieClip 1116 { } movieClip 1117 { frame 1 { stop(); } frame 2 { stop(); } } instance bag_4 of movieClip 1117 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } instance neck_1 of movieClip 1002 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } instance up_0 of movieClip 17 a200 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } instance up_1 of movieClip 1005 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } instance up_2 of movieClip 1009 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } instance up_3 of movieClip 1011 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } instance up_4 of movieClip 1015 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } instance up_5 of movieClip 1017 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } instance up_7 of movieClip 1019 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } instance up_8 of movieClip 1021 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } instance up_9 of movieClip 1023 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } instance up_10 of movieClip 1026 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } instance up_11 of movieClip 1029 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } instance up_13 of movieClip 1031 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } instance up_12 of movieClip 1033 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } instance up_14 of movieClip 1035 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } instance up_15 of movieClip 1037 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } instance bag_0 of movieClip 1041 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } instance eye_0 of movieClip 1044 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } instance ear_0 of movieClip 1046 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } instance ear_1 of movieClip 1048 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } instance ear_2 of movieClip 1052 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } instance ear_4 of movieClip 1054 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } instance ear_3 of movieClip 1056 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } instance neck_0 of movieClip 1060 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } instance neck_3 of movieClip 1062 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } instance neck_4 of movieClip 1064 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } instance neck_2 of movieClip 1066 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } instance shoes_4 of movieClip 1069 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } instance shoes_1 of movieClip 1073 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } instance shoes_0 of movieClip 1079 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } instance shoes_3 of movieClip 1083 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } instance shoes_2 of movieClip 1087 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } instance shoes_5 of movieClip 1090 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } instance shoes_6 of movieClip 1095 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } instance up_6 of movieClip 1097 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } instance eye_1 of movieClip 1099 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } instance eye_2 of movieClip 1101 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } instance eye_3 of movieClip 1103 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } instance eye_4 of movieClip 1105 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } instance bag_1 of movieClip 1108 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } instance bag_2 of movieClip 1110 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } instance bag_3 of movieClip 1114 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } instance bag_4 of movieClip 1117 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } frame 179 { stop(); } frame 179 { function sd() { ggame_dress1_lc = new LocalConnection(); ggame_dress1_lc.send('lc_name', 'methodToExecute', buy_str); } stop(); var m_name = ['one', 'up', 'down', 'shoes', 'head', 'eye', 'neck', 'ear', 'bag', 'foot']; var one_dname = ''; var up_dname = ''; var down_dname = ''; var shoes_dname = ''; var head_dname = ''; var eye_dname = ''; var neck_dname = ''; var ear_dname = ''; var bag_dname = ''; var foot_dname = ''; var highest_depth = 0; make_drag = function () { var v4 = 0; while (v4 < 19) { var v3 = 0; while (v3 < m_name.length) { _root[m_name[v3] + '_' + v4].odepth = _root[m_name[v3] + '_' + v4].getDepth(); _root[m_name[v3] + '_' + v4].ox = _root[m_name[v3] + '_' + v4]._x; _root[m_name[v3] + '_' + v4].oy = _root[m_name[v3] + '_' + v4]._y; _root[m_name[v3] + '_' + v4].onPress = function () { ++highest_depth; this.swapDepths(highest_depth); this.startDrag(); }; _root[m_name[v3] + '_' + v4].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[v3] + '_' + v4].onReleaseOutside = function () { if (this._droptarget == '/model_mc/hidden_area') { drop(this._name); } else { move_f(this._name, this.ox, this.oy); } this.stopDrag(); }; ++v3; } ++v4; } }; drop = function (drop_name) { so2.start(0, 1); var v2 = drop_name.indexOf('_'); _root[drop_name]._visible = false; _root.model_mc[drop_name.slice(0, v2) + '_m'].gotoAndStop(parseInt(drop_name.slice(v2 + 1, v2 + 3)) + 2); if (drop_name.slice(0, v2) == '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, v2) == '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, v2) == '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, v2) + '_dname']]._visible = true; move_f(_root[drop_name.slice(0, v2) + '_dname'], _root[_root[drop_name.slice(0, v2) + '_dname']].ox, _root[_root[drop_name.slice(0, v2) + '_dname']].oy); _root[drop_name.slice(0, v2) + '_dname'] = drop_name; }; move_f = function (dr_name, xx, yy) { _root[dr_name].swapDepths(_root[dr_name].odepth); var v3 = new mx.transitions.Tween(_root[dr_name], '_x', mx.transitions.easing.Back.easeOut, _root[dr_name]._x, xx, 10); var v4 = new mx.transitions.Tween(_root[dr_name], '_y', mx.transitions.easing.Back.easeOut, _root[dr_name]._y, yy, 10); }; ava_default = function () { var v2 = 0; while (v2 < m_name.length) { _root[_root[m_name[v2] + '_dname']]._visible = true; _root.model_mc[m_name[v2] + '_m'].gotoAndStop(1); move_f(_root[m_name[v2] + '_dname'], _root[_root[m_name[v2] + '_dname']].ox, _root[_root[m_name[v2] + '_dname']].oy); _root[m_name[v2] + '_dname'] = ''; ++v2; } 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(133); }; game_play_bt.onReleaseOutside = function () { this.gotoAndStop(1); gotoAndStop(133); }; 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 v4 = new Array(); var v2 = 0; while (v2 < avaStr.length / 7 - 1) { var v3 = avaStr.slice((v2 + 1) * 7, (v2 + 1) * 7 + 7); if ((v3.slice(1, 3) < 17 || v3.slice(1, 3) > 32) && v3.slice(1, 3) != 13) { v4.push(avaStr.slice((v2 + 1) * 7, (v2 + 1) * 7 + 7)); } ++v2; } var v5 = v4.join(''); buy_str = game_name; if (foot_m != 1) { buy_str += buy_2[foot_m - 2]; } if (shoes_m != 1) { buy_str += buy_3[shoes_m - 2]; } if (down_m != 1) { buy_str += buy_4[down_m - 1]; } else { if (one_m == 1 && down_m == 1) { buy_str += buy_4[0]; } } if (up_m != 1) { buy_str += buy_5[up_m - 1]; } else { if (one_m == 1 && up_m == 1) { buy_str += buy_5[0]; } } if (one_m != 1) { buy_str += buy_6[one_m - 2]; } if (bag_m != 1) { buy_str += buy_7[bag_m - 2]; } if (neck_m != 1) { buy_str += buy_8[neck_m - 2]; } if (ear_m != 1) { buy_str += buy_9[ear_m - 2]; } if (eye_m != 1) { buy_str += buy_10[eye_m - 2]; } if (head_m != 1) { buy_str += buy_11[head_m - 2]; } buy_str = avaStr.slice(0, 2) + '1' + avaStr.slice(3, 7) + v5 + 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.onReleaseOutside = function () { this.buy_bt_rollover.gotoAndStop(1); this.gotoAndStop(1); buy_item(); }; buy_bt.onRelease = buy_bt.onReleaseOutside; } frame 179 { stop(); scale1_btn.onRelease = function () { this.gotoAndStop(2); scale2_btn.gotoAndStop(1); scale3_btn.gotoAndStop(1); gotoAndStop(132); }; scale2_btn.onRelease = function () { this.gotoAndStop(2); scale1_btn.gotoAndStop(1); scale3_btn.gotoAndStop(1); gotoAndStop(131); }; scale3_btn.onRelease = function () { this.gotoAndStop(2); scale1_btn.gotoAndStop(1); scale2_btn.gotoAndStop(1); gotoAndStop(132); }; third_ch_ini(); reset_one(); clothing_visible(); model_mc._xscale = 90; model_mc._yscale = 90; model_mc._x = 225; model_mc._y = 80; } instance neck_1 of movieClip 1002 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } instance up_0 of movieClip 17 a200 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } instance up_1 of movieClip 1005 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } instance up_2 of movieClip 1009 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } instance up_3 of movieClip 1011 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } instance up_4 of movieClip 1015 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } instance up_5 of movieClip 1017 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } instance up_7 of movieClip 1019 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } instance up_8 of movieClip 1021 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } instance up_9 of movieClip 1023 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } instance up_10 of movieClip 1026 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } instance up_11 of movieClip 1029 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } instance up_13 of movieClip 1031 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } instance up_12 of movieClip 1033 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } instance up_14 of movieClip 1035 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } instance up_15 of movieClip 1037 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } instance bag_0 of movieClip 1041 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } instance eye_0 of movieClip 1044 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } instance ear_0 of movieClip 1046 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } instance ear_1 of movieClip 1048 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } instance ear_2 of movieClip 1052 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } instance ear_4 of movieClip 1054 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } instance ear_3 of movieClip 1056 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } instance neck_0 of movieClip 1060 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } instance neck_3 of movieClip 1062 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } instance neck_4 of movieClip 1064 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } instance neck_2 of movieClip 1066 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } instance shoes_4 of movieClip 1069 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } instance shoes_1 of movieClip 1073 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } instance shoes_0 of movieClip 1079 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } instance shoes_3 of movieClip 1083 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } instance shoes_2 of movieClip 1087 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } instance shoes_5 of movieClip 1090 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } instance shoes_6 of movieClip 1095 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } instance up_6 of movieClip 1097 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } instance eye_1 of movieClip 1099 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } instance eye_2 of movieClip 1101 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } instance eye_3 of movieClip 1103 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } instance eye_4 of movieClip 1105 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } instance bag_1 of movieClip 1108 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } instance bag_2 of movieClip 1110 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } instance bag_3 of movieClip 1114 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } instance bag_4 of movieClip 1117 { onClipEvent (press) { this.gotoAndStop(2); } onClipEvent (release) { this.gotoAndStop(1); } onClipEvent (releaseOutside) { this.gotoAndStop(1); } onClipEvent (release) { prevFrame(); gotoAndStop(undefined); if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('clicksnd'); } undefined; } onClipEvent (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('dress_mover'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } frame 180 { 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'); } } frame 180 { stop(); printButton.onPress = function () { getURL('printasbitmap:', _root.printclip); }; } frame 180 { girl(100, 100, 40); stop(); for (var i in _root.model_mc) { if (typeof _root.model_mc[i] == 'movieclip') { model_mc[i].enabled = false; } } body_btn.onRollOver = function () { lights_mc.gotoAndStop(2); good_sd(); }; body_btn.onReleaseOutside = function () { lights_mc.gotoAndStop(1); }; body_btn.onRollOut = body_btn.onReleaseOutside; model_mc._xscale = 80; model_mc._yscale = 80; model_mc._x = 100; model_mc._y = 80; } movieClip 1119 { } movieClip 1120 { } movieClip 1124 { } movieClip 1129 { } movieClip 1135 { } movieClip 1139 { } movieClip 1141 { frame 9 { stop(); } } movieClip 1144 { } movieClip 1191 { } movieClip 1192 { frame 40 { gotoAndPlay('phir'); } } movieClip 1194 { } movieClip 1197 { } movieClip 1199 { } movieClip 1203 { } movieClip 1205 { } movieClip 1207 { } movieClip 1209 { } movieClip 1211 { } movieClip 1213 { } movieClip 1215 { } movieClip 1217 { } movieClip 1219 { } movieClip 1221 { } movieClip 1223 { } movieClip 1225 { } movieClip 1226 { } movieClip 1228 { } movieClip 1230 { } movieClip 1232 { } movieClip 1234 { } movieClip 1237 { } movieClip 1240 { } movieClip 1242 { } movieClip 1246 { } movieClip 1247 { } movieClip 1250 { } movieClip 1251 { frame 1 { if (this._parent.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_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('glow'); _global.Behaviors.Sound.glowins.start(0, 1); } else { _global.Behaviors.Sound.glowins.stop('glow'); } } frame 1 { stop(); this._parent.model_mc._xscale = 88; this._parent.model_mc._yscale = 88; this._parent.model_mc._x = 15; this._parent.model_mc._y = 90; b.gotoAndPlay(1); } 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_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('glow'); _global.Behaviors.Sound.glowins.start(0, 1); } else { _global.Behaviors.Sound.glowins.stop('glow'); } } frame 2 { stop(); this._parent.model_mc._xscale = 88; this._parent.model_mc._yscale = 88; this._parent.model_mc._x = 70; this._parent.model_mc._y = 80; b.gotoAndPlay(1); } } button 1252 { 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('mainroll'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } on (release) { getURL('http://www.girlgames1.com', '_blank'); if (this.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('mussnd'); } } } button 1253 { 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_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('mussnd'); } } on (rollOver) { if (this.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_loose', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose); } else { this.createEmptyMovieClip('_loose_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.loose = new Sound(this.BS_loose); } _global.Behaviors.Sound.loose.attachSound('mainroll'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } movieClip 1256 { } button 1257 { 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_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('mussnd'); } } on (rollOver) { if (this.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_loose', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose); } else { this.createEmptyMovieClip('_loose_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.loose = new Sound(this.BS_loose); } _global.Behaviors.Sound.loose.attachSound('mainroll'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } movieClip 1260 { } button 1261 { 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('mainroll'); _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_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('mussnd'); } } } movieClip 1264 { } button 1265 { on (release) { gotoAndPlay('playgame'); if (this.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_clickins', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins); } else { this.createEmptyMovieClip('_clickins_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.clickins = new Sound(this.BS_clickins); } _global.Behaviors.Sound.clickins.attachSound('clicksnd'); _global.Behaviors.Sound.clickins.start(0, 1); } else { _global.Behaviors.Sound.clickins.stop('mussnd'); } } on (rollOver) { if (this.mussnd._currentframe == 1) { if (_global.Behaviors == null) { _global.Behaviors = {}; } if (_global.Behaviors.Sound == null) { _global.Behaviors.Sound = {}; } if (typeof this.createEmptyMovieClip == 'undefined') { this._parent.createEmptyMovieClip('BS_loose', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose); } else { this.createEmptyMovieClip('_loose_', (new Date()).getTime() - Math.floor((new Date()).getTime() / 10000) * 10000); _global.Behaviors.Sound.loose = new Sound(this.BS_loose); } _global.Behaviors.Sound.loose.attachSound('mainroll'); _global.Behaviors.Sound.loose.start(0, 1); } else { _global.Behaviors.Sound.loose.stop('mussnd'); } } } movieClip 1269 { } movieClip 1270 { } movieClip 1271 { } movieClip 1272 { } movieClip 1273 { } movieClip 1274 { } movieClip 1275 { } // unknown tag 88 length 66 movieClip 1281 { } movieClip 1284 { } movieClip 1285 { } movieClip 1287 { } movieClip 1288 { } movieClip 1289 { frame 40 { stop(); } } movieClip 1290 { } movieClip 1291 { frame 21 { stop(); } } button 1292 { on (release) { getURL('http://www.girlgames1.com', '_blank'); } } button 1295 { on (release) { gotoAndStop(129); } }




http://swfchan.com/25/123623/info.shtml
Created: 2/3 -2019 13:01:05 Last modified: 2/3 -2019 13:01:05 Server time: 14/05 -2024 05:55:59