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

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

Cute Pajamas Dress Up Game.swf

This is the info page for
Flash #112223

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


ActionScript [AS1/AS2]
Combined Code
frame 1 { mochi.as2.MochiAd.showPreGameAd({'id': 'f6b6af338b5ba8ea', 'res': '800x500', 'background': 16763080, 'color': 15984859, 'outline': 13974588, 'no_bg': true}); } movieClip 4 { } movieClip 6 { } movieClip 8 { } movieClip 10 { } movieClip 11 { } movieClip 13 { } movieClip 290 __Packages.mochi.as2.MochiAd { #initclip if (!_global.mochi) { _global.mochi = new Object(); } if (!_global.mochi.as2) { _global.mochi.as2 = new Object(); } if (!_global.mochi.as2.MochiAd) { var v1 = function () {}; mochi.as2.MochiAd = v1; var v2 = v1.prototype; v1.getVersion = function () { return mochi.as2.MochiServices.getVersion(); }; v1.showPreGameAd = function (options) { var v26 = {'clip': _root, 'ad_timeout': 3000, 'fadeout_time': 250, 'regpt': 'o', 'method': 'showPreloaderAd', 'color': 16747008, 'background': 16777161, 'outline': 13994812, 'no_progress_bar': false, 'ad_started': function () { this.clip.stop(); }, 'ad_finished': function () { this.clip.play(); }, 'ad_failed': function () { trace('[MochiAd] Couldn\'t load an ad, make sure that your game\'s local security sandbox is configured for Access Network Only and that you are not using ad blocking software'); }, 'ad_loaded': function (width, height) {}, 'ad_skipped': function () {}, 'ad_progress': function (percent) {}}; options = mochi.as2.MochiAd._parseOptions(options, v26); if ('c862232051e0a94e1c3609b3916ddb17'.substr(0) == 'dfeada81ac97cde83665f81c12da7def') { options.ad_started(); options.ad_finished(); return undefined; } var clip = options.clip; var v23 = 11000; var v19 = options.ad_timeout; if (options.skip) { v19 = 0; } delete options.ad_timeout; var fadeout_time = options.fadeout_time; delete options.fadeout_time; if (!mochi.as2.MochiAd.load(options)) { options.ad_failed(); options.ad_finished(); return undefined; } options.ad_started(); var mc = clip._mochiad; mc.onUnload = function () { options.ad_finished(); }; var v14 = mochi.as2.MochiAd._getRes(options); var v4 = v14[0]; var v13 = v14[1]; mc._x = v4 * 0.5; mc._y = v13 * 0.5; var chk = mc.createEmptyMovieClip('_mochiad_wait', 3); chk._x = v4 * -0.5; chk._y = v13 * -0.5; var v6 = chk.createEmptyMovieClip('_mochiad_bar', 4); if (options.no_progress_bar) { v6._visible = false; delete options.no_progress_bar; } else { v6._x = 10; v6._y = v13 - 20; } var v22 = options.color; delete options.color; var v20 = options.background; delete options.background; var v24 = options.outline; delete options.outline; var v5 = v6.createEmptyMovieClip('_outline', 1); v5.beginFill(v20); v5.moveTo(0, 0); v5.lineTo(v4 - 20, 0); v5.lineTo(v4 - 20, 10); v5.lineTo(0, 10); v5.lineTo(0, 0); v5.endFill(); var v3 = v6.createEmptyMovieClip('_inside', 2); v3.beginFill(v22); v3.moveTo(0, 0); v3.lineTo(v4 - 20, 0); v3.lineTo(v4 - 20, 10); v3.lineTo(0, 10); v3.lineTo(0, 0); v3.endFill(); v3._xscale = 0; var v7 = v6.createEmptyMovieClip('_outline', 3); v7.lineStyle(0, v24, 100); v7.moveTo(0, 0); v7.lineTo(v4 - 20, 0); v7.lineTo(v4 - 20, 10); v7.lineTo(0, 10); v7.lineTo(0, 0); chk.ad_msec = v23; chk.ad_timeout = v19; chk.started = getTimer(); chk.showing = false; chk.last_pcnt = 0; chk.fadeout_time = fadeout_time; chk.fadeFunction = function () { var v2 = 100 * (1 - (getTimer() - this.fadeout_start) / this.fadeout_time); if (v2 > 0) { this._parent._alpha = v2; } else { var v3 = this._parent._parent; mochi.as2.MochiAd.unload(v3); delete this.onEnterFrame; } }; var sendHostProgress = false; mc.lc.sendHostLoadProgress = function (lc_name) { sendHostProgress = true; }; mc.lc.adLoaded = options.ad_loaded; mc.lc.adSkipped = options.ad_skipped; mc.lc.adjustProgress = function (msec) { var v2 = this.mc._mochiad_wait; v2.server_control = true; v2.started = getTimer(); v2.ad_msec = msec; }; mc.lc.rpc = function (callbackID, arg) { mochi.as2.MochiAd.rpc(clip, callbackID, arg); }; mc.rpcTestFn = function (s) { trace('[MOCHIAD rpcTestFn] ' + s); return s; }; chk.onEnterFrame = function () { var v6 = this._parent._parent; var v11 = this._parent._mochiad_ctr; var v5 = getTimer() - this.started; var v3 = false; var v4 = v6.getBytesTotal(); var v8 = v6.getBytesLoaded(); var v2 = 100 * v8 / v4; var v10 = 100 * v5 / chk.ad_msec; var v9 = this._mochiad_bar._inside; var v13 = Math.min(100, Math.min(v2 || 0, v10)); v13 = Math.max(this.last_pcnt, v13); this.last_pcnt = v13; v9._xscale = v13; options.ad_progress(v13); if (sendHostProgress) { mochi.as2.MochiAd.containerNotify(clip, {'id': 'hostLoadPcnt', 'pcnt': v2}, clip._mochiad._containerLCName); if (v2 == 100) { sendHostProgress = false; } } if (!chk.showing) { var v7 = v11.getBytesTotal(); if (v7 > 0 || typeof v7 == 'undefined') { chk.showing = true; chk.started = getTimer(); } else { if (v5 > chk.ad_timeout && v2 == 100) { options.ad_failed(); v3 = true; } } } if (v5 > chk.ad_msec) { v3 = true; } if (v4 > 0 && v8 >= v4 && v3) { if (this.server_control) { delete this.onEnterFrame; } else { this.fadeout_start = getTimer(); this.onEnterFrame = chk.fadeFunction; } } }; }; v1.showClickAwayAd = function (options) { var v10 = {'clip': _root, 'ad_timeout': 2000, 'fadeout_time': 250, 'regpt': 'o', 'method': 'showClickAwayAd', 'res': '300x250', 'no_bg': true, 'ad_started': function () {}, 'ad_finished': function () {}, 'ad_loaded': function (width, height) {}, 'ad_failed': function () { trace('[MochiAd] Couldn\'t load an ad, make sure that your game\'s local security sandbox is configured for Access Network Only and that you are not using ad blocking software'); }, 'ad_skipped': function () {}}; options = mochi.as2.MochiAd._parseOptions(options, v10); var clip = options.clip; var v9 = options.ad_timeout; delete options.ad_timeout; if (!mochi.as2.MochiAd.load(options)) { options.ad_failed(); options.ad_finished(); return undefined; } options.ad_started(); var v3 = clip._mochiad; v3.onUnload = function () { options.ad_finished(); }; var v5 = mochi.as2.MochiAd._getRes(options); var v11 = v5[0]; var v8 = v5[1]; v3._x = v11 * 0.5; v3._y = v8 * 0.5; var chk = v3.createEmptyMovieClip('_mochiad_wait', 3); chk.ad_timeout = v9; chk.started = getTimer(); chk.showing = false; v3.lc.adLoaded = options.ad_loaded; v3.lc.adSkipped = options.ad_skipped; v3.lc.rpc = function (callbackID, arg) { mochi.as2.MochiAd.rpc(clip, callbackID, arg); }; v3.rpcTestFn = function (s) { trace('[MOCHIAD rpcTestFn] ' + s); return s; }; var v21 = false; chk.onEnterFrame = function () { var v5 = this._parent._mochiad_ctr; var v4 = getTimer() - this.started; var v2 = false; if (!chk.showing) { var v3 = v5.getBytesTotal(); if (v3 > 0 || typeof v3 == 'undefined') { v2 = true; chk.showing = true; chk.started = getTimer(); } else { if (v4 > chk.ad_timeout) { options.ad_failed(); v2 = true; } } } if (v2) { delete this.onEnterFrame; } }; }; v1.showInterLevelAd = function (options) { var v13 = {'clip': _root, 'ad_timeout': 2000, 'fadeout_time': 250, 'regpt': 'o', 'method': 'showTimedAd', 'ad_started': function () { this.clip.stop(); }, 'ad_finished': function () { this.clip.play(); }, 'ad_failed': function () { trace('[MochiAd] Couldn\'t load an ad, make sure that your game\'s local security sandbox is configured for Access Network Only and that you are not using ad blocking software'); }, 'ad_loaded': function (width, height) {}, 'ad_skipped': function () {}}; options = mochi.as2.MochiAd._parseOptions(options, v13); var clip = options.clip; var v10 = 11000; var v12 = options.ad_timeout; delete options.ad_timeout; var fadeout_time = options.fadeout_time; delete options.fadeout_time; if (!mochi.as2.MochiAd.load(options)) { options.ad_failed(); options.ad_finished(); return undefined; } options.ad_started(); var mc = clip._mochiad; mc.onUnload = function () { options.ad_finished(); }; var v5 = mochi.as2.MochiAd._getRes(options); var v14 = v5[0]; var v11 = v5[1]; mc._x = v14 * 0.5; mc._y = v11 * 0.5; var chk = mc.createEmptyMovieClip('_mochiad_wait', 3); chk.ad_msec = v10; chk.ad_timeout = v12; chk.started = getTimer(); chk.showing = false; chk.fadeout_time = fadeout_time; chk.fadeFunction = function () { var v2 = 100 * (1 - (getTimer() - this.fadeout_start) / this.fadeout_time); if (v2 > 0) { this._parent._alpha = v2; } else { var v3 = this._parent._parent; mochi.as2.MochiAd.unload(v3); delete this.onEnterFrame; } }; mc.lc.adLoaded = options.ad_loaded; mc.lc.adSkipped = options.ad_skipped; mc.lc.adjustProgress = function (msec) { var v2 = this.mc._mochiad_wait; v2.server_control = true; v2.started = getTimer(); v2.ad_msec = msec - 250; }; mc.lc.rpc = function (callbackID, arg) { mochi.as2.MochiAd.rpc(clip, callbackID, arg); }; mc.rpcTestFn = function (s) { trace('[MOCHIAD rpcTestFn] ' + s); return s; }; chk.onEnterFrame = function () { var v5 = this._parent._mochiad_ctr; var v4 = getTimer() - this.started; var v2 = false; if (!chk.showing) { var v3 = v5.getBytesTotal(); if (v3 > 0 || typeof v3 == 'undefined') { chk.showing = true; chk.started = getTimer(); } else { if (v4 > chk.ad_timeout) { options.ad_failed(); v2 = true; } } } if (v4 > chk.ad_msec) { v2 = true; } if (v2) { if (this.server_control) { delete this.onEnterFrame; } else { this.fadeout_start = getTimer(); this.onEnterFrame = this.fadeFunction; } } }; }; v1.showPreloaderAd = function (options) { trace('[MochiAd] DEPRECATED: showPreloaderAd was renamed to showPreGameAd in 2.0'); mochi.as2.MochiAd.showPreGameAd(options); }; v1.showTimedAd = function (options) { trace('[MochiAd] DEPRECATED: showTimedAd was renamed to showInterLevelAd in 2.0'); mochi.as2.MochiAd.showInterLevelAd(options); }; v1._allowDomains = function (server) { var v1 = ((server.split('/'))[2].split(':'))[0]; if (System.security) { if (System.security.allowDomain) { System.security.allowDomain('*'); System.security.allowDomain(v1); } if (System.security.allowInsecureDomain) { System.security.allowInsecureDomain('*'); System.security.allowInsecureDomain(v1); } } return v1; }; v1.load = function (options) { var v12 = {'clip': _root, 'server': 'http://x.mochiads.com/srv/1/', 'method': 'load', 'depth': 10333, 'id': '_UNKNOWN_'}; options = mochi.as2.MochiAd._parseOptions(options, v12); options.swfv = options.clip.getSWFVersion() || 6; options.mav = mochi.as2.MochiAd.getVersion(); var v6 = options.clip; if (!mochi.as2.MochiAd._isNetworkAvailable()) { return null; } if (v6._mochiad_loaded) { return null; } var v11 = options.depth; delete options.depth; var mc = v6.createEmptyMovieClip('_mochiad', v11); var v10 = mochi.as2.MochiAd._getRes(options); options.res = v10[0] + 'x' + v10[1]; options.server += options.id; delete options.id; v6._mochiad_loaded = true; if (v6._url.indexOf('http') != 0) { trace('[MochiAd] NOTE: Security Sandbox Violation errors below are normal'); } var v4 = mc.createEmptyMovieClip('_mochiad_ctr', 1); for (var v7 in options) { v4[v7] = options[v7]; } var v9 = v4.server; delete v4.server; var v13 = mochi.as2.MochiAd._allowDomains(v9); mc.onEnterFrame = function () { if (this._mochiad_ctr._url != this._url) { this.onEnterFrame = function () { if (!this._mochiad_ctr) { delete this.onEnterFrame; mochi.as2.MochiAd.unload(this._parent); } }; } }; var v5 = new Object(); var v8 = ['', Math.floor((new Date()).getTime()), random(999999)].join('_'); v5.mc = mc; v5.name = v8; v5.hostname = v13; v5.allowDomain = function (d) { return true; }; v5.allowInsecureDomain = v5.allowDomain; v5.connect(v8); mc.lc = v5; mc.lc.regContLC = function (lc_name) { mc._containerLCName = lc_name; }; v4.lc = v8; v4.st = getTimer(); if (!options.skip) { v4.loadMovie(v9 + '.swf', 'POST'); } return mc; }; v1.unload = function (clip) { if (typeof clip == 'undefined') { clip = _root; } if (clip.clip && clip.clip._mochiad) { clip = clip.clip; } if (!clip._mochiad) { return false; } mochi.as2.MochiAd.containerNotify(clip, {'id': 'unload'}, clip._mochiad._containerLCName); clip._mochiad.removeMovieClip(); delete clip._mochiad_loaded; delete clip._mochiad; return true; }; v1._isNetworkAvailable = function () { if (System.security) { var v1 = System.security; if (v1.sandboxType == 'localWithFile') { return false; } } return true; }; v1._getRes = function (options) { var v3 = options.clip.getBounds(); var v2 = 0; var v1 = 0; if (typeof options.res != 'undefined') { var v4 = options.res.split('x'); v2 = parseFloat(v4[0]); v1 = parseFloat(v4[1]); } else { v2 = v3.xMax - v3.xMin; v1 = v3.yMax - v3.yMin; } if (v2 == 0 || v1 == 0) { v2 = Stage.width; v1 = Stage.height; } return [v2, v1]; }; v1._parseOptions = function (options, defaults) { var v4 = {}; for (var v8 in defaults) { v4[v8] = defaults[v8]; } if (options) { for (v8 in options) { v4[v8] = options[v8]; } } if (_root.mochiad_options) { var v5 = _root.mochiad_options.split('&'); var v2 = 0; while (v2 < v5.length) { var v3 = v5[v2].split('='); v4[unescape(v3[0])] = unescape(v3[1]); ++v2; } } if (v4.id == 'test') { trace('[MochiAd] WARNING: Using the MochiAds test identifier, make sure to use the code from your dashboard, not this example!'); } return v4; }; v1.rpc = function (clip, callbackID, arg) { switch (arg.id) { case 'setValue': mochi.as2.MochiAd.setValue(clip, arg.objectName, arg.value); break; case 'getValue': var v4 = mochi.as2.MochiAd.getValue(clip, arg.objectName); mochi.as2.MochiAd.containerRpcResult(clip, callbackID, v4, clip._mochiad._containerLCName); break; case 'runMethod': var v3 = mochi.as2.MochiAd.runMethod(clip, arg.method, arg.args); mochi.as2.MochiAd.containerRpcResult(clip, callbackID, v3, clip._mochiad._containerLCName); break; default: trace('[mochiads rpc] unknown rpc id: ' + arg.id); } }; v1.setValue = function (base, objectName, value) { var v2 = objectName.split('.'); var v1; v1 = 0; while (v1 < v2.length - 1) { if (base[v2[v1]] == undefined || base[v2[v1]] == null) { return undefined; } base = base[v2[v1]]; ++v1; } base[v2[v1]] = value; }; v1.getValue = function (base, objectName) { var v2 = objectName.split('.'); var v1; v1 = 0; while (v1 < v2.length - 1) { if (base[v2[v1]] == undefined || base[v2[v1]] == null) { return undefined; } base = base[v2[v1]]; ++v1; } return base[v2[v1]]; }; v1.runMethod = function (base, methodName, argsArray) { var v2 = methodName.split('.'); var v1; v1 = 0; while (v1 < v2.length - 1) { if (base[v2[v1]] == undefined || base[v2[v1]] == null) { return undefined; } base = base[v2[v1]]; ++v1; } if (typeof base[v2[v1]] == 'function') { return base[v2[v1]].apply(base, argsArray); } else { return undefined; } }; v1.containerNotify = function (clip, args, lcName) { var v1 = clip._mochiad._mochiad_ctr.ad.app; if (v1.notify) { v1.notify(args); } else { (new LocalConnection()).send(lcName, 'notify', args); } }; v1.containerRpcResult = function (clip, callbackID, val, lcName) { var v1 = clip._mochiad._mochiad_ctr.ad.app; if (v1.rpcResult) { v1.rpcResult(callbackID, val); } else { (new LocalConnection()).send(lcName, 'rpcResult', callbackID, val); } }; ASSetPropFlags(mochi.as2.MochiAd.prototype, null, 1); } #endinitclip } movieClip 291 __Packages.mochi.as2.MochiSync { #initclip if (!_global.mochi) { _global.mochi = new Object(); } if (!_global.mochi.as2) { _global.mochi.as2 = new Object(); } if (!_global.mochi.as2.MochiSync) { var v1 = function () { this._syncContainer = {}; }; mochi.as2.MochiSync = v1; var v2 = v1.prototype; v2.getProp = function (name) { return this._syncContainer[name]; }; v2.setProp = function (name, value) { if (this._syncContainer[name] == value) { return undefined; } this._syncContainer[name] = value; mochi.as2.MochiServices.send('sync_propUpdate', {'name': name, 'value': value}); }; v2.triggerEvent = function (eventType, args) { switch (eventType) { case mochi.as2.MochiSync.SYNC_REQUEST: mochi.as2.MochiServices.send('sync_syncronize', this._syncContainer); break; case mochi.as2.MochiSync.SYNC_PROPERTY: this._syncContainer[args.name] = args.value; } }; v1.SYNC_REQUEST = 'SyncRequest'; v1.SYNC_PROPERTY = 'UpdateProperty'; ASSetPropFlags(mochi.as2.MochiSync.prototype, null, 1); } #endinitclip } movieClip 292 __Packages.mochi.as2.MochiServices { #initclip if (!_global.mochi) { _global.mochi = new Object(); } if (!_global.mochi.as2) { _global.mochi.as2 = new Object(); } if (!_global.mochi.as2.MochiServices) { var v1 = function () {}; mochi.as2.MochiServices = v1; var v2 = v1.prototype; v1.__get__id = function () { return mochi.as2.MochiServices._id; }; v1.__get__clip = function () { return mochi.as2.MochiServices._container; }; v1.__get__childClip = function () { return mochi.as2.MochiServices._clip; }; v1.getVersion = function () { return '3.8 as2'; }; v1.allowDomains = function (server) { var v1 = ((server.split('/'))[2].split(':'))[0]; if (System.security) { if (System.security.allowDomain) { System.security.allowDomain('*'); System.security.allowDomain(v1); } if (System.security.allowInsecureDomain) { System.security.allowInsecureDomain('*'); System.security.allowInsecureDomain(v1); } } return v1; }; v1.__get__isNetworkAvailable = function () { if (System.security) { var v1 = System.security; if (v1.sandboxType == 'localWithFile') { return false; } } return true; }; v1.__set__comChannelName = function (val) { if (val != undefined) { if (val.length > 3) { mochi.as2.MochiServices._sendChannelName = val + '_fromgame'; mochi.as2.MochiServices.initComChannels(); } } return mochi.as2.MochiServices.__get__comChannelName(); }; v1.__get__connected = function () { return mochi.as2.MochiServices._connected; }; v1.connect = function (id, clip, onError) { mochi.as2.MochiServices.warnID(id, false); if (!mochi.as2.MochiServices._connected && mochi.as2.MochiServices._clip == undefined) { trace('MochiServices Connecting...'); mochi.as2.MochiServices._connecting = true; mochi.as2.MochiServices.init(id, clip); } if (onError != undefined) { mochi.as2.MochiServices.onError = onError; } else { if (mochi.as2.MochiServices.onError == undefined) { mochi.as2.MochiServices.onError = function (errorCode) { trace(errorCode); }; } } }; v1.disconnect = function () { if (mochi.as2.MochiServices._connected || mochi.as2.MochiServices._connecting) { mochi.as2.MochiServices._connected = false; mochi.as2.MochiServices._connecting = mochi.as2.MochiServices._connected; mochi.as2.MochiServices.flush(true); if (mochi.as2.MochiServices._clip != undefined) { mochi.as2.MochiServices._clip.removeMovieClip(); delete mochi.as2.MochiServices._clip; } mochi.as2.MochiServices._listenChannel.close(); } }; v1.init = function (id, clip) { mochi.as2.MochiServices._id = id; if (clip != undefined) { mochi.as2.MochiServices._container = clip; } else { mochi.as2.MochiServices._container = _root; } mochi.as2.MochiServices.loadCommunicator(id, mochi.as2.MochiServices._container); }; v1.loadCommunicator = function (id, clip) { var v6 = '_mochiservices_com_' + id; var v5 = new MovieClipLoader(); var v3 = {}; if (mochi.as2.MochiServices._clip != null) { return mochi.as2.MochiServices._clip; } if (!mochi.as2.MochiServices.__get__isNetworkAvailable()) { return null; } if ((mochi.as2.MochiServices.urlOptions()).servURL) { mochi.as2.MochiServices._servURL = (mochi.as2.MochiServices.urlOptions()).servURL; } var v4 = mochi.as2.MochiServices._servURL + mochi.as2.MochiServices._services; if ((mochi.as2.MochiServices.urlOptions()).servicesURL) { v4 = (mochi.as2.MochiServices.urlOptions()).servicesURL; } mochi.as2.MochiServices.allowDomains(v4); mochi.as2.MochiServices._clip = clip.createEmptyMovieClip(v6, 10336, false); mochi.as2.MochiServices._listenChannelName += Math.floor((new Date()).getTime()) + '_' + Math.floor(Math.random() * 99999); mochi.as2.MochiServices.listen(); if (v3.waitInterval != null) { clearInterval(v3.waitInterval); } v3.onLoadError = mochi.as2.MochiServices.loadError; v3.onLoadStart = function (target_mc) { this.isLoading = true; }; v3.onLoadComplete = function (target_mc) { target_mc.MochiServices = mochi.as2.MochiServices; }; v3.startTime = getTimer(); v3.wait = function () { if (getTimer() - this.startTime > 10000) { if (!this.isLoading) { mochi.as2.MochiServices.disconnect(); mochi.as2.MochiServices.onError.apply(null, ['IOError']); } clearInterval(this.waitInterval); } }; v3.waitInterval = setInterval(v3, 'wait', 1000); v5.addListener(v3); v5.loadClip(v4 + '?listenLC=' + mochi.as2.MochiServices._listenChannelName + '&mochiad_options=' + escape(_root.mochiad_options) + '&api_version=' + mochi.as2.MochiServices.getVersion(), mochi.as2.MochiServices._clip); mochi.as2.MochiServices._sendChannel = new LocalConnection(); mochi.as2.MochiServices._sendChannel._queue = []; return mochi.as2.MochiServices._clip; }; v1.loadError = function (target_mc, errorCode, httpStatus) { trace('MochiServices could not load.'); mochi.as2.MochiServices.disconnect(); mochi.as2.MochiServices.onError.apply(null, [errorCode]); }; v1.onStatus = function (infoObject) { if (infoObject.level !== 'error') { } else { mochi.as2.MochiServices._connected = false; mochi.as2.MochiServices._listenChannel.connect(mochi.as2.MochiServices._listenChannelName); } }; v1.listen = function () { mochi.as2.MochiServices._listenChannel = new LocalConnection(); mochi.as2.MochiServices._listenChannel.handshake = function (args) { mochi.as2.MochiServices.__set__comChannelName(args.newChannel); }; mochi.as2.MochiServices._listenChannel.allowDomain = function (d) { return true; }; mochi.as2.MochiServices._listenChannel.allowInsecureDomain = mochi.as2.MochiServices._listenChannel.allowDomain; mochi.as2.MochiServices._listenChannel._nextcallbackID = 0; mochi.as2.MochiServices._listenChannel._callbacks = {}; mochi.as2.MochiServices._listenChannel.connect(mochi.as2.MochiServices._listenChannelName); trace('Waiting for MochiAds services to connect...'); }; v1.initComChannels = function () { if (!mochi.as2.MochiServices._connected) { mochi.as2.MochiServices._sendChannel.onStatus = function (infoObject) { mochi.as2.MochiServices.onStatus(infoObject); }; mochi.as2.MochiServices._sendChannel.send(mochi.as2.MochiServices._sendChannelName, 'onReceive', {'methodName': 'handshakeDone'}); mochi.as2.MochiServices._sendChannel.send(mochi.as2.MochiServices._sendChannelName, 'onReceive', {'methodName': 'registerGame', 'id': mochi.as2.MochiServices._id, 'version': mochi.as2.MochiServices.getVersion()}); mochi.as2.MochiServices._listenChannel.onStatus = function (infoObject) { mochi.as2.MochiServices.onStatus(infoObject); }; mochi.as2.MochiServices._listenChannel.onReceive = function (pkg) { var v5 = pkg.callbackID; var v4 = this._callbacks[v5]; if (!v4) { return undefined; } var v2 = v4.callbackMethod; var v3 = v4.callbackObject; if (v3 && typeof v2 == 'string') { v2 = v3[v2]; } if (v2 != undefined) { v2.apply(v3, pkg.args); } delete this._callbacks[v5]; }; mochi.as2.MochiServices._listenChannel.onEvent = function (pkg) { switch (pkg.target) { case 'events': mochi.as2.MochiEvents.triggerEvent(pkg.event, pkg.args); break; case 'coins': mochi.as2.MochiSocial.triggerEvent(pkg.event, pkg.args); break; case 'sync': mochi.as2.MochiServices.servicesSync.triggerEvent(pkg.event, pkg.args); } }; mochi.as2.MochiServices._listenChannel.onError = function () { mochi.as2.MochiServices.onError.apply(null, ['IOError']); }; trace('[SERVICES_API] connected!'); mochi.as2.MochiServices._connecting = false; mochi.as2.MochiServices._connected = true; while (mochi.as2.MochiServices._sendChannel._queue.length > 0) { mochi.as2.MochiServices._sendChannel.send(mochi.as2.MochiServices._sendChannelName, 'onReceive', mochi.as2.MochiServices._sendChannel._queue.shift()); } } }; v1.updateCopy = function (args) { mochi.as2.MochiServices.send('coins_updateCopy', args, null, null); }; v1.flush = function (error) { var v1; var v2; while (mochi.as2.MochiServices._sendChannel._queue.length > 0) { v1 = mochi.as2.MochiServices._sendChannel._queue.shift(); false; if (v1.callbackID != null) { v2 = mochi.as2.MochiServices._listenChannel._callbacks[v1.callbackID]; } delete mochi.as2.MochiServices._listenChannel._callbacks[v1.callbackID]; if (error) { mochi.as2.MochiServices.handleError(v1.args, v2.callbackObject, v2.callbackMethod); } } }; v1.handleError = function (args, callbackObject, callbackMethod) { if (args != null) { if (args.onError != null) { args.onError.apply(null, ['NotConnected']); } if (args.options != null && args.options.onError != null) { args.options.onError.apply(null, ['NotConnected']); } } if (callbackMethod != null) { args = {}; args.error = true; args.errorCode = 'NotConnected'; if (callbackObject != null && typeof callbackMethod == 'string') { callbackObject[callbackMethod](args); } else { if (callbackMethod != null) { callbackMethod.apply(args); } } } }; v1.send = function (methodName, args, callbackObject, callbackMethod) { if (mochi.as2.MochiServices._connected) { mochi.as2.MochiServices._sendChannel.send(mochi.as2.MochiServices._sendChannelName, 'onReceive', {'methodName': methodName, 'args': args, 'callbackID': mochi.as2.MochiServices._listenChannel._nextcallbackID}); } else { if (mochi.as2.MochiServices._clip == undefined || !mochi.as2.MochiServices._connecting) { trace('Error: MochiServices not connected. Please call MochiServices.connect(). Function: ' + methodName); mochi.as2.MochiServices.handleError(args, callbackObject, callbackMethod); mochi.as2.MochiServices.flush(true); return undefined; } else { mochi.as2.MochiServices._sendChannel._queue.push({'methodName': methodName, 'args': args, 'callbackID': mochi.as2.MochiServices._listenChannel._nextcallbackID}); } } mochi.as2.MochiServices._listenChannel._callbacks[mochi.as2.MochiServices._listenChannel._nextcallbackID] = {'callbackObject': callbackObject, 'callbackMethod': callbackMethod}; ++mochi.as2.MochiServices._listenChannel._nextcallbackID; }; v1.urlOptions = function () { var v5 = {}; var v6; if (_root._url.indexOf('mochiad_options') != -1) { var v2 = _root._url.indexOf('mochiad_options') + 'mochiad_options'.length + 1; v6 = _root._url.substr(v2, _root._url.length); } else { if (_root.mochiad_options) { v6 = _root.mochiad_options; } } if (v6) { var v4 = _root.mochiad_options.split('&'); var v2 = 0; while (v2 < v4.length) { var v3 = v4[v2].split('='); v5[unescape(v3[0])] = unescape(v3[1]); ++v2; } } return v5; }; v1.warnID = function (bid, leaderboard) { bid = bid.toLowerCase(); if (bid.length != 16) { trace('WARNING: ' + (leaderboard ? 'board' : 'game') + ' ID is not the appropriate length'); return undefined; } else { if (bid == '1e113c7239048b3f') { if (leaderboard) { trace('WARNING: Using testing board ID'); } else { trace('WARNING: Using testing board ID as game ID'); } return undefined; } else { if (bid == '84993a1de4031cd8') { if (leaderboard) { trace('WARNING: Using testing game ID as board ID'); } else { trace('WARNING: Using testing game ID'); } return undefined; } } } var v1 = 0; while (v1 < bid.length) { switch (bid.charAt(v1)) { if (bid.charAt(v1) !== 'f') { } else { case '0': case '1': case '2': case '3': case '4': case '5': case '6': case '7': case '8': case '9': case 'a': case 'b': case 'c': break; case 'd': case 'e': } default: trace('WARNING: Board ID contains illegal characters: ' + bid); return undefined; } ++v1; } }; v1.addLinkEvent = function (url, burl, btn, onClick) { var timeout = 1500; var t0 = getTimer(); var v2 = new Object(); v2.mav = mochi.as2.MochiServices.getVersion(); v2.swfv = btn.getSWFVersion() || 6; v2.swfurl = btn._url; v2.fv = System.capabilities.version; v2.os = System.capabilities.os; v2.lang = System.capabilities.language; v2.scres = System.capabilities.screenResolutionX + 'x' + System.capabilities.screenResolutionY; var s = '?'; var v3 = 0; for (var v6 in v2) { if (v3 != 0) { s += '&'; } ++v3; s = s + v6 + '=' + escape(v2[v6]); } if (!(mochi.as2.MochiServices.netupAttempted || mochi.as2.MochiServices._connected)) { var ping = btn.createEmptyMovieClip('ping', 777); var v7 = btn.createEmptyMovieClip('nettest', 778); mochi.as2.MochiServices.netupAttempted = true; ping.loadMovie('http://x.mochiads.com/linkping.swf?t=' + getTimer()); v7.onEnterFrame = function () { if (ping._totalframes > 0 && ping._totalframes == ping._framesloaded) { delete this.onEnterFrame; } else { if (getTimer() - t0 > timeout) { delete this.onEnterFrame; mochi.as2.MochiServices.netup = false; } } }; } var v4 = btn.createEmptyMovieClip('clk', 1001); v4._alpha = 0; v4.beginFill(1044735); v4.moveTo(0, 0); v4.lineTo(0, btn._height); v4.lineTo(btn._width, btn._height); v4.lineTo(btn._width, 0); v4.lineTo(0, 0); v4.endFill(); v4.onRelease = function () { if (mochi.as2.MochiServices.netup) { getURL(url + s, '_blank'); } else { getURL(burl, '_blank'); } if (onClick != undefined) { onClick(); } }; }; v1.setContainer = function (clip) {}; v1.stayOnTop = function (clip) {}; v1._servURL = 'http://www.mochiads.com/static/lib/services/'; v1._services = 'services.swf'; v1._mochiLC = 'MochiLC.swf'; v1._listenChannelName = '__ms_'; v1._connecting = false; v1._connected = false; v1.netup = true; v1.netupAttempted = false; v1.servicesSync = new mochi.as2.MochiSync(); v1.addProperty('childClip', v1.__get__childClip, function () {}); v1.addProperty('clip', v1.__get__clip, function () {}); v1.addProperty('comChannelName', function () {}, v1.__set__comChannelName); v1.addProperty('connected', v1.__get__connected, function () {}); v1.addProperty('id', v1.__get__id, function () {}); v1.addProperty('isNetworkAvailable', v1.__get__isNetworkAvailable, function () {}); ASSetPropFlags(mochi.as2.MochiServices.prototype, null, 1); } #endinitclip } movieClip 293 __Packages.mochi.as2.MochiEventDispatcher { #initclip if (!_global.mochi) { _global.mochi = new Object(); } if (!_global.mochi.as2) { _global.mochi.as2 = new Object(); } if (!_global.mochi.as2.MochiEventDispatcher) { var v1 = function () { this.eventTable = {}; }; mochi.as2.MochiEventDispatcher = v1; var v2 = v1.prototype; v2.buildDelegate = function (thisObject, thatObject) { var v2 = {'thisObject': thisObject, 'thatObject': thatObject}; if (thatObject != undefined) { var funct = (typeof thatObject == 'string') ? thisObject[thatObject] : thatObject; v2.delegate = function (args) { funct.call(thisObject, args); }; return v2; } v2.delegate = thisObject; return v2; }; v2.compareDelegate = function (d_A, d_B) { if (d_A.thisObject != d_B.thisObject || d_A.thatObject != d_B.thatObject) { return false; } return true; }; v2.addEventListener = function (event, thisObject, thatObject) { this.removeEventListener(event, thisObject, thatObject); this.eventTable[event].push(this.buildDelegate(thisObject, thatObject)); }; v2.removeEventListener = function (event, thisObject, thatObject) { var v3 = this.buildDelegate(thisObject, thatObject); if (this.eventTable[event] == undefined) { this.eventTable[event] = []; return undefined; } for (var v4 in this.eventTable[event]) { if (!this.compareDelegate(this.eventTable[event][v4], v3)) { continue; } this.eventTable[event].splice(Number(v4), 1); } }; v2.triggerEvent = function (event, args) { if (this.eventTable[event] == undefined) { return undefined; } for (var v4 in this.eventTable[event]) { this.eventTable[event][v4].delegate(args); } }; ASSetPropFlags(mochi.as2.MochiEventDispatcher.prototype, null, 1); } #endinitclip } movieClip 294 __Packages.mochi.as2.MochiEvents { #initclip if (!_global.mochi) { _global.mochi = new Object(); } if (!_global.mochi.as2) { _global.mochi.as2 = new Object(); } if (!_global.mochi.as2.MochiEvents) { var v1 = function () {}; mochi.as2.MochiEvents = v1; var v2 = v1.prototype; v1.getVersion = function () { return mochi.as2.MochiServices.getVersion(); }; v1.startSession = function (achievementID) { mochi.as2.MochiServices.send('events_beginSession', {'achievementID': achievementID}, null, null); }; v1.setNotifications = function (clip, style) { var v2 = {}; for (var v3 in style) { v2[v3] = style[v3]; } v2.clip = clip; mochi.as2.MochiServices.send('events_setNotifications', v2, null, null); }; v1.addEventListener = function (eventType, thisObject, thatObject) { mochi.as2.MochiEvents._dispatcher.addEventListener(eventType, thisObject, thatObject); }; v1.triggerEvent = function (eventType, args) { mochi.as2.MochiEvents._dispatcher.triggerEvent(eventType, args); }; v1.removeEventListener = function (eventType, thisObject, thatObject) { mochi.as2.MochiEvents._dispatcher.removeEventListener(eventType, thisObject, thatObject); }; v1.startPlay = function (tag) { if (tag == undefined) { tag = 'gameplay'; } mochi.as2.MochiServices.send('events_setRoundID', {'tag': String(tag)}, null, null); }; v1.endPlay = function () { mochi.as2.MochiServices.send('events_clearRoundID', null, null, null); }; v1.trackEvent = function (tag, value) { mochi.as2.MochiServices.send('events_trackEvent', {'tag': tag, 'value': value}, null, null); }; v1.ACHIEVEMENT_RECEIVED = 'AchievementReceived'; v1.ALIGN_TOP_LEFT = 'ALIGN_TL'; v1.ALIGN_TOP = 'ALIGN_T'; v1.ALIGN_TOP_RIGHT = 'ALIGN_TR'; v1.ALIGN_LEFT = 'ALIGN_L'; v1.ALIGN_CENTER = 'ALIGN_C'; v1.ALIGN_RIGHT = 'ALIGN_R'; v1.ALIGN_BOTTOM_LEFT = 'ALIGN_BL'; v1.ALIGN_BOTTOM = 'ALIGN_B'; v1.ALIGN_BOTTOM_RIGHT = 'ALIGN_BR'; v1.FORMAT_SHORT = 'ShortForm'; v1.FORMAT_LONG = 'LongForm'; v1._dispatcher = new mochi.as2.MochiEventDispatcher(); ASSetPropFlags(mochi.as2.MochiEvents.prototype, null, 1); } #endinitclip } movieClip 295 __Packages.mochi.as2.MochiSocial { #initclip if (!_global.mochi) { _global.mochi = new Object(); } if (!_global.mochi.as2) { _global.mochi.as2 = new Object(); } if (!_global.mochi.as2.MochiSocial) { var v1 = function () {}; mochi.as2.MochiSocial = v1; var v2 = v1.prototype; v1.getVersion = function () { return mochi.as2.MochiServices.getVersion(); }; v1.showLoginWidget = function (options) { mochi.as2.MochiServices.setContainer(); mochi.as2.MochiServices.stayOnTop(); mochi.as2.MochiServices.send('coins_showLoginWidget', {'options': options}); }; v1.hideLoginWidget = function () { mochi.as2.MochiServices.send('coins_hideLoginWidget'); }; v1.requestLogin = function () { mochi.as2.MochiServices.send('coins_requestLogin'); }; v1.getUserInfo = function () { mochi.as2.MochiServices.send('coins_getUserInfo'); }; v1.saveUserProperties = function (properties) { mochi.as2.MochiServices.send('coins_saveUserProperties', properties); }; v1.addEventListener = function (eventType, delegate) { mochi.as2.MochiSocial._dispatcher.addEventListener(eventType, delegate); }; v1.triggerEvent = function (eventType, args) { mochi.as2.MochiSocial._dispatcher.triggerEvent(eventType, args); }; v1.removeEventListener = function (eventType, delegate) { mochi.as2.MochiSocial._dispatcher.removeEventListener(eventType, delegate); }; v1.LOGGED_IN = 'LoggedIn'; v1.LOGGED_OUT = 'LoggedOut'; v1.LOGIN_SHOW = 'LoginShow'; v1.LOGIN_HIDE = 'LoginHide'; v1.LOGIN_SHOWN = 'LoginShown'; v1.PROFILE_SHOW = 'ProfileShow'; v1.PROFILE_HIDE = 'ProfileHide'; v1.PROPERTIES_SAVED = 'PropertySaved'; v1.WIDGET_LOADED = 'WidgetLoaded'; v1.USER_INFO = 'UserInfo'; v1.ERROR = 'Error'; v1.IO_ERROR = 'IOError'; v1.NO_USER = 'NoUser'; v1.PROPERTIES_SIZE = 'PropertiesSize'; v1._dispatcher = new mochi.as2.MochiEventDispatcher(); ASSetPropFlags(mochi.as2.MochiSocial.prototype, null, 1); } #endinitclip } frame 2 { function moveAndSnap(moveA, moveH) { moveA.onPress = function () { this.startDrag(); }; moveH.onPress = function () { this.startDrag(); if (_root.hairchange == 1) { _root.hairname = this; } else { _root.hairname = ''; } }; moveA.onReleaseOutside = function () { this.stopDrag(); if (this._x > 0 && this._x < 427.75 && this._y > 0 && this._y < 700) { this._x = xpos; this._y = ypos; } }; moveA.onRelease = moveA.onReleaseOutside; moveH.onReleaseOutside = function () { this.stopDrag(); if (this._x > 0 && this._x < 427.75 && this._y > 0 && this._y < 700) { this._x = xpos; this._y = ypos; } }; moveH.onRelease = moveH.onReleaseOutside; } function FinishButton() { i = 0; while (i < aShow.length) { if (aShow[i]._x < 358.45 && aShow[i]._x > 0 && aShow[i]._y > 0 && aShow[i]._y < 700) { aShow[i]._visible = true; } else { aShow[i]._visible = false; } if (aShow[i]._x < 358.45 && aShow[i]._x > 0 && aShow[i]._y > 0 && aShow[i]._y < 700) { aShow[i]._visible = true; } else { aShow[i]._visible = false; } if (hShow[i]._x < 358.45 && hShow[i]._x > 0 && hShow[i]._y > 0 && hShow[i]._y < 700) { hShow[i]._visible = true; } else { hShow[i]._visible = false; } if (aaShow[i]._x < 358.45 && aaShow[i]._x > 0 && aaShow[i]._y > 0 && aaShow[i]._y < 700) { aaShow[i]._visible = true; } else { aaShow[i]._visible = false; } if (hShow[i]._x < 358.45 && hShow[i]._x > 0 && hShow[i]._y > 0 && hShow[i]._y < 700) { hShow[i]._visible = true; } else { hShow[i]._visible = false; } if (hhShow[i]._x < 358.45 && hhShow[i]._x > 0 && hhShow[i]._y > 0 && hhShow[i]._y < 700) { hhShow[i]._visible = true; } else { hhShow[i]._visible = false; } if (hhhShow[i]._x < 358.45 && hhhShow[i]._x > 0 && hhhShow[i]._y > 0 && hhhShow[i]._y < 700) { hhhShow[i]._visible = true; } else { hhhShow[i]._visible = false; } if (aaaShow[i]._x < 358.45 && aaaShow[i]._x > 0 && aaaShow[i]._y > 0 && aaaShow[i]._y < 700) { aaaShow[i]._visible = true; } else { aaaShow[i]._visible = false; } if (aaaaShow[i]._x < 358.45 && aaaaShow[i]._x > 0 && aaaaShow[i]._y > 0 && aaaaShow[i]._y < 700) { aaaaShow[i]._visible = true; } else { aaaaShow[i]._visible = false; } if (hhhhShow[i]._x < 358.45 && hhhhShow[i]._x > 0 && hhhhShow[i]._y > 0 && hhhhShow[i]._y < 700) { hhhhShow[i]._visible = true; } else { hhhhShow[i]._visible = false; } if (abShow[i]._x < 358.45 && abShow[i]._x > 0 && abShow[i]._y > 0 && abShow[i]._y < 700) { abShow[i]._visible = true; } else { abShow[i]._visible = false; } if (hiShow[i]._x < 358.45 && hiShow[i]._x > 0 && hiShow[i]._y > 0 && hiShow[i]._y < 700) { hiShow[i]._visible = true; } else { hiShow[i]._visible = false; } if (x1._x < 358.45 && x1._x > 0 && x1._y > 0 && x1._y < 700) { x1._visible = true; } else { x1._visible = false; bShow[i]._visible = false; sShow[i]._visible = false; cShow[i]._visible = false; } ++i; } _root.resetbutton._visible = true; _root.finishbutton._visible = false; _root.Secondbutton._visible = false; _root.Thirdbutton._visible = false; _root.Fourthbutton._visible = false; _root.Fifthbutton._visible = false; _root.Lastbutton._visible = false; _root.snapbutton._visible = false; _root.musicbutton._visible = false; } function SecondButton() { i = 0; while (i < aShow.length) { if (aaShow[i]._x < 258.45 && aaShow[i]._x > 0 && aaShow[i]._y > 0 && aaShow[i]._y < 700) { aaShow[i]._visible = true; } else { aaShow[i]._visible = false; } if (hhShow[i]._x < 258.45 && hhShow[i]._x > 0 && hhShow[i]._y > 0 && hhShow[i]._y < 700) { hhShow[i]._visible = true; } else { hhShow[i]._visible = false; } if (aaaShow[i]._x < 258.45 && aaaShow[i]._x > 0 && aaaShow[i]._y > 0 && aaaShow[i]._y < 700) { aaaShow[i]._visible = true; } else { aaaShow[i]._visible = false; } if (hhhShow[i]._x < 258.45 && hhhShow[i]._x > 0 && hhhShow[i]._y > 0 && hhhShow[i]._y < 700) { hhhShow[i]._visible = true; } else { hhhShow[i]._visible = false; } if (aaaaShow[i]._x < 258.45 && aaaaShow[i]._x > 0 && aaaaShow[i]._y > 0 && aaaaShow[i]._y < 700) { aaaaShow[i]._visible = true; } else { aaaaShow[i]._visible = false; } if (hhhhShow[i]._x < 258.45 && hhhhShow[i]._x > 0 && hhhhShow[i]._y > 0 && hhhhShow[i]._y < 700) { hhhhShow[i]._visible = true; } else { hhhhShow[i]._visible = false; } if (abShow[i]._x < 258.45 && abShow[i]._x > 0 && abShow[i]._y > 0 && abShow[i]._y < 700) { abShow[i]._visible = true; } else { abShow[i]._visible = false; } if (aShow[i]._x < 258.45 && aShow[i]._x > 0 && aShow[i]._y > 0 && aShow[i]._y < 700) { aShow[i]._visible = true; } else { aShow[i]._visible = false; } if (hShow[i]._x < 258.45 && hShow[i]._x > 0 && hShow[i]._y > 0 && hShow[i]._y < 700) { hShow[i]._visible = true; } else { hShow[i]._visible = false; } if (hiShow[i]._x < 258.45 && hiShow[i]._x > 0 && hiShow[i]._y > 0 && hiShow[i]._y < 700) { hiShow[i]._visible = true; } else { hiShow[i]._visible = false; } aaShow[i]._visible = true; hhShow[i]._visible = true; bShow[i]._visible = false; sShow[i]._visible = false; cShow[i]._visible = false; ++i; } _root.Lastbutton._visible = true; _root.Secondbutton._visible = true; _root.Thirdbutton._visible = true; _root.Fourthbutton._visible = true; _root.Fifthbutton._visible = true; } function ThirdButton() { i = 0; while (i < aaShow.length) { if (aaShow[i]._x < 258.45 && aaShow[i]._x > 0 && aaShow[i]._y > 0 && aaShow[i]._y < 700) { aaShow[i]._visible = true; } else { aaShow[i]._visible = false; } if (hhShow[i]._x < 227.75 && hhShow[i]._x > 0 && hhShow[i]._y > 0 && hhShow[i]._y < 700) { hhShow[i]._visible = true; } else { hhShow[i]._visible = false; } if (aShow[i]._x < 258.45 && aShow[i]._x > 0 && aShow[i]._y > 0 && aShow[i]._y < 700) { aShow[i]._visible = true; } else { aShow[i]._visible = false; } if (hShow[i]._x < 258.45 && hShow[i]._x > 0 && hShow[i]._y > 0 && hShow[i]._y < 700) { hShow[i]._visible = true; } else { hShow[i]._visible = false; } if (aaaShow[i]._x < 258.45 && aaaShow[i]._x > 0 && aaaShow[i]._y > 0 && aaaShow[i]._y < 700) { aaaShow[i]._visible = true; } else { aaaShow[i]._visible = false; } if (hhhShow[i]._x < 258.45 && hhhShow[i]._x > 0 && hhhShow[i]._y > 0 && hhhShow[i]._y < 700) { hhhShow[i]._visible = true; } else { hhhShow[i]._visible = false; } if (aaaaShow[i]._x < 258.45 && aaaaShow[i]._x > 0 && aaaaShow[i]._y > 0 && aaaaShow[i]._y < 700) { aaaaShow[i]._visible = true; } else { aaaaShow[i]._visible = false; } if (hhhhShow[i]._x < 258.45 && hhhhShow[i]._x > 0 && hhhhShow[i]._y > 0 && hhhhShow[i]._y < 700) { hhhhShow[i]._visible = true; } else { hhhhShow[i]._visible = false; } if (abShow[i]._x < 258.45 && abShow[i]._x > 0 && abShow[i]._y > 0 && abShow[i]._y < 700) { abShow[i]._visible = true; } else { abShow[i]._visible = false; } if (hiShow[i]._x < 258.45 && hiShow[i]._x > 0 && hiShow[i]._y > 0 && hiShow[i]._y < 700) { hiShow[i]._visible = true; } else { hiShow[i]._visible = false; } aaaShow[i]._visible = true; hhhShow[i]._visible = true; bShow[i]._visible = true; sShow[i]._visible = false; cShow[i]._visible = false; ++i; } _root.Fourthbutton._visible = true; _root.Lastbutton._visible = true; _root.Thirdbutton._visible = true; _root.Secondbutton._visible = true; _root.Fifthbutton._visible = true; } function FourthButton() { i = 0; while (i < aaaShow.length) { if (aaShow[i]._x < 258.45 && aaShow[i]._x > 0 && aaShow[i]._y > 0 && aaShow[i]._y < 700) { aaShow[i]._visible = true; } else { aaShow[i]._visible = false; } if (hhShow[i]._x < 258.45 && hhShow[i]._x > 0 && hhShow[i]._y > 0 && hhShow[i]._y < 700) { hhShow[i]._visible = true; } else { hhShow[i]._visible = false; } if (aaaShow[i]._x < 258.45 && aaaShow[i]._x > 0 && aaaShow[i]._y > 0 && aaaShow[i]._y < 700) { aaaShow[i]._visible = true; } else { aaaShow[i]._visible = false; } if (hhhShow[i]._x < 258.45 && hhhShow[i]._x > 0 && hhhShow[i]._y > 0 && hhhShow[i]._y < 700) { hhhShow[i]._visible = true; } else { hhhShow[i]._visible = false; } if (aaaaShow[i]._x < 258.45 && aaaaShow[i]._x > 0 && aaaaShow[i]._y > 0 && aaaaShow[i]._y < 700) { aaaaShow[i]._visible = true; } else { aaaaShow[i]._visible = false; } if (hhhhShow[i]._x < 258.45 && hhhhShow[i]._x > 0 && hhhhShow[i]._y > 0 && hhhhShow[i]._y < 700) { hhhhShow[i]._visible = true; } else { hhhhShow[i]._visible = false; } if (abShow[i]._x < 258.45 && abShow[i]._x > 0 && abShow[i]._y > 0 && abShow[i]._y < 700) { abShow[i]._visible = true; } else { abShow[i]._visible = false; } if (aShow[i]._x < 258.45 && aShow[i]._x > 0 && aShow[i]._y > 0 && aShow[i]._y < 700) { aShow[i]._visible = true; } else { aShow[i]._visible = false; } if (hShow[i]._x < 258.45 && hShow[i]._x > 0 && hShow[i]._y > 0 && hShow[i]._y < 700) { hShow[i]._visible = true; } else { hShow[i]._visible = false; } if (hiShow[i]._x < 258.45 && hiShow[i]._x > 0 && hiShow[i]._y > 0 && hiShow[i]._y < 700) { hiShow[i]._visible = true; } else { hiShow[i]._visible = false; } aaaaShow[i]._visible = true; bShow[i]._visible = false; hhhhShow[i]._visible = true; sShow[i]._visible = true; cShow[i]._visible = false; ++i; } _root.Lastbutton._visible = true; _root.Fifthbutton._visible = true; _root.Fourthbutton._visible = true; _root.Thirdbutton._visible = true; _root.Secondbutton._visible = true; } function FifthButton() { i = 0; while (i < aaaShow.length) { if (aaShow[i]._x < 258.45 && aaShow[i]._x > 0 && aaShow[i]._y > 0 && aaShow[i]._y < 700) { aaShow[i]._visible = true; } else { aaShow[i]._visible = false; } if (aShow[i]._x < 258.45 && aShow[i]._x > 0 && aShow[i]._y > 0 && aShow[i]._y < 700) { aShow[i]._visible = true; } else { aShow[i]._visible = false; } if (hShow[i]._x < 258.45 && hShow[i]._x > 0 && hShow[i]._y > 0 && hShow[i]._y < 700) { hShow[i]._visible = true; } else { hShow[i]._visible = false; } if (hhShow[i]._x < 258.45 && hhShow[i]._x > 0 && hhShow[i]._y > 0 && hhShow[i]._y < 700) { hhShow[i]._visible = true; } else { hhShow[i]._visible = false; } if (aaaShow[i]._x < 258.45 && aaaShow[i]._x > 0 && aaaShow[i]._y > 0 && aaaShow[i]._y < 700) { aaaShow[i]._visible = true; } else { aaaShow[i]._visible = false; } if (hhhShow[i]._x < 258.45 && hhhShow[i]._x > 0 && hhhShow[i]._y > 0 && hhhShow[i]._y < 700) { hhhShow[i]._visible = true; } else { hhhShow[i]._visible = false; } if (aaaaShow[i]._x < 258.45 && aaaaShow[i]._x > 0 && aaaaShow[i]._y > 0 && aaaaShow[i]._y < 700) { aaaaShow[i]._visible = true; } else { aaaaShow[i]._visible = false; } if (hhhhShow[i]._x < 258.45 && hhhhShow[i]._x > 0 && hhhhShow[i]._y > 0 && hhhhShow[i]._y < 700) { hhhhShow[i]._visible = true; } else { hhhhShow[i]._visible = false; } if (abShow[i]._x < 258.45 && abShow[i]._x > 0 && abShow[i]._y > 0 && abShow[i]._y < 700) { abShow[i]._visible = true; } else { abShow[i]._visible = false; } if (hiShow[i]._x < 258.45 && hiShow[i]._x > 0 && hiShow[i]._y > 0 && hiShow[i]._y < 700) { hiShow[i]._visible = true; } else { hiShow[i]._visible = false; } abShow[i]._visible = true; hiShow[i]._visible = true; bShow[i]._visible = false; sShow[i]._visible = false; cShow[i]._visible = true; ++i; } _root.Lastbutton._visible = true; _root.Fifthbutton._visible = true; _root.Fourthbutton._visible = true; _root.Thirdbutton._visible = true; _root.Secondbutton._visible = true; _root.Fifthbutton._visible = true; } function LastButton() { i = 0; while (i < aaShow.length) { if (aaShow[i]._x < 258.45 && aaShow[i]._x > 0 && aaShow[i]._y > 0 && aaShow[i]._y < 700) { aaShow[i]._visible = true; } else { aaShow[i]._visible = false; } if (hhShow[i]._x < 258.45 && hhShow[i]._x > 0 && hhShow[i]._y > 0 && hhShow[i]._y < 700) { hhShow[i]._visible = true; } else { hhShow[i]._visible = false; } if (aaaShow[i]._x < 258.45 && aaaShow[i]._x > 0 && aaaShow[i]._y > 0 && aaaShow[i]._y < 700) { aaaShow[i]._visible = true; } else { aaaShow[i]._visible = false; } if (hhhShow[i]._x < 258.45 && hhhShow[i]._x > 0 && hhhShow[i]._y > 0 && hhhShow[i]._y < 700) { hhhShow[i]._visible = true; } else { hhhShow[i]._visible = false; } if (aaaaShow[i]._x < 258.45 && aaaaShow[i]._x > 0 && aaaaShow[i]._y > 0 && aaaaShow[i]._y < 700) { aaaaShow[i]._visible = true; } else { aaaaShow[i]._visible = false; } if (hhhhShow[i]._x < 258.45 && hhhhShow[i]._x > 0 && hhhhShow[i]._y > 0 && hhhhShow[i]._y < 700) { hhhhShow[i]._visible = true; } else { hhhhShow[i]._visible = false; } if (abShow[i]._x < 258.45 && abShow[i]._x > 0 && abShow[i]._y > 0 && abShow[i]._y < 700) { abShow[i]._visible = true; } else { abShow[i]._visible = false; } if (hiShow[i]._x < 258.45 && hiShow[i]._x > 0 && hiShow[i]._y > 0 && hiShow[i]._y < 700) { hiShow[i]._visible = true; } else { hiShow[i]._visible = false; } aShow[i]._visible = true; hShow[i]._visible = true; bShow[i]._visible = false; sShow[i]._visible = false; cShow[i]._visible = false; ++i; } x1._visible = true; _root.Lastbutton._visible = true; _root.Secondbutton._visible = true; _root.Thirdbutton._visible = true; _root.Fourthbutton._visible = true; _root.Fifthbutton._visible = true; } function ResetButton() { i = 0; while (i < aShow.length) { aShow[i]._visible = false; hShow[i]._visible = false; aaShow[i]._visible = false; hhShow[i]._visible = false; aaaShow[i]._visible = false; hhhShow[i]._visible = false; aaaaShow[i]._visible = false; hhhhShow[i]._visible = false; abShow[i]._visible = false; hiShow[i]._visible = false; pen._visible = false; bShow[i]._visible = false; cShow[i]._visible = false; Mouse.show(); ++i; } gotoAndPlay(4); } shine._visible = false; stop(); _root.stop(); _global.depth = 0; cShow = new Array(); sShow = new Array(); bShow = new Array(); aShow = new Array(); aaShow = new Array(); hShow = new Array(); hhShow = new Array(); hhhShow = new Array(); aaaShow = new Array(); aaaaShow = new Array(); hhhhShow = new Array(); abShow = new Array(); hiShow = new Array(); i = 1; while (i < 150) { _root.moveAndSnap(_root['a' + i], _root['h' + i]); _root.moveAndSnap(_root['aa' + i], _root['hh' + i]); _root.moveAndSnap(_root['aaa' + i], _root['hhh' + i]); _root.moveAndSnap(_root['aaaa' + i], _root['hhhh' + i]); aShow[i] = _root['a' + i]; aaShow[i] = _root['aa' + i]; hShow[i] = _root['h' + i]; hhShow[i] = _root['hh' + i]; hhhShow[i] = _root['hhh' + i]; aaaShow[i] = _root['aaa' + i]; aaaaShow[i] = _root['aaaa' + i]; hhhhShow[i] = _root['hhhh' + i]; abShow[i] = _root['ab' + i]; hiShow[i] = _root['hi' + i]; bShow[i] = _root['b' + i]; sShow[i] = _root['s' + i]; cShow[i] = _root['c' + i]; ++i; } _global.want_snap = 1; _root.finishbutton.onRelease = FinishButton; _root.resetbutton._visible = false; _root.resetbutton.onRelease = ResetButton; _root.Secondbutton.onRelease = SecondButton; _root.Lastbutton.onRelease = LastButton; _root.Lastbutton._visible = true; _root.Thirdbutton._visible = true; _root.Thirdbutton.onRelease = ThirdButton; _root.Fourthbutton.onRelease = FourthButton; _root.Fifthbutton.onRelease = FifthButton; _root.Fifthbutton._visible = true; _root.Fourthbutton._visible = true; _root._x = 0; i = 0; while (i < aaShow.length + hhShow.length + aShow.length + hShow.length + bShow.length + sShow.length + cShow.length) { aaShow[i]._visible = false; hhShow[i]._visible = false; aaaShow[i]._visible = false; hhhShow[i]._visible = false; aaaaShow[i]._visible = false; hhhhShow[i]._visible = false; abShow[i]._visible = false; hiShow[i]._visible = false; bShow[i]._visible = false; sShow[i]._visible = false; cShow[i]._visible = false; ++i; } } frame 2 { _global.hairname = 'h1'; h1.onPress = function () { hairname = 'h1'; }; h2.onPress = function () { hairname = 'h2'; }; h3.onPress = function () { hairname = 'h3'; }; h4.onPress = function () { hairname = 'h4'; }; h5.onPress = function () { hairname = 'h5'; }; h6.onPress = function () { hairname = 'h6'; }; h7.onPress = function () { hairname = 'h7'; }; h8.onPress = function () { hairname = 'h8'; }; h9.onPress = function () { hairname = 'h9'; }; h10.onPress = function () { hairname = 'h10'; }; h11.onPress = function () { hairname = 'h11'; }; h12.onPress = function () { hairname = 'h12'; }; h13.onPress = function () { hairname = 'h13'; }; h14.onPress = function () { hairname = 'h14'; }; h15.onPress = function () { hairname = 'h15'; }; h16.onPress = function () { hairname = 'h16'; }; h17.onPress = function () { hairname = 'h17'; }; h18.onPress = function () { hairname = 'h18'; }; h19.onPress = function () { hairname = 'h19'; }; h20.onPress = function () { hairname = 'h20'; }; h21.onPress = function () { hairname = 'h21'; }; h22.onPress = function () { hairname = 'h22'; }; h23.onPress = function () { hairname = 'h23'; }; h24.onPress = function () { hairname = 'h24'; }; h25.onPress = function () { hairname = 'h25'; }; h26.onPress = function () { hairname = 'h26'; }; h27.onPress = function () { hairname = 'h27'; }; } movieClip 15 { } movieClip 17 { } movieClip 19 { } movieClip 21 { } movieClip 25 { } movieClip 26 { } movieClip 28 { } // unknown tag 88 length 52 movieClip 32 { } button 36 { on (release) { var my_color = new Color(Bdoll); var myColorTransform = new Object(); myColorTransform.ra = 100; myColorTransform.rb = 9; myColorTransform.ga = 100; myColorTransform.gb = 31; myColorTransform.ba = 100; myColorTransform.bb = 47; myColorTransform.aa = 100; myColorTransform.ab = 0; my_color.setTransform(myColorTransform); } } button 37 { on (release) { var my_color = new Color(Bdoll); var myColorTransform = new Object(); myColorTransform.ra = 100; myColorTransform.rb = 6; myColorTransform.ga = 100; myColorTransform.gb = 20; myColorTransform.ba = 100; myColorTransform.bb = 40; myColorTransform.aa = 100; myColorTransform.ab = 0; my_color.setTransform(myColorTransform); } } button 38 { on (release) { var my_color = new Color(Bdoll); var myColorTransform = new Object(); myColorTransform.ra = 100; myColorTransform.rb = 15; myColorTransform.ga = 100; myColorTransform.gb = 0; myColorTransform.ba = 100; myColorTransform.bb = 0; myColorTransform.aa = 100; myColorTransform.ab = 255; my_color.setTransform(myColorTransform); } } button 39 { on (release) { var my_color = new Color(Bdoll); var myColorTransform = new Object(); myColorTransform.ra = 90; myColorTransform.rb = 0; myColorTransform.ga = 82; myColorTransform.gb = 0; myColorTransform.ba = 78; myColorTransform.bb = 0; myColorTransform.aa = 100; myColorTransform.ab = 255; my_color.setTransform(myColorTransform); } } button 40 { on (release) { var my_color = new Color(Bdoll); var myColorTransform = new Object(); myColorTransform.ra = 100; myColorTransform.rb = -42; myColorTransform.ga = 90; myColorTransform.gb = -41; myColorTransform.ba = 78; myColorTransform.bb = -48; myColorTransform.aa = 100; myColorTransform.ab = 0; my_color.setTransform(myColorTransform); } } button 41 { on (release) { var my_color = new Color(Bdoll); var myColorTransform = new Object(); myColorTransform.ra = 100; myColorTransform.rb = -113; myColorTransform.ga = 100; myColorTransform.gb = -113; myColorTransform.ba = 100; myColorTransform.bb = -113; myColorTransform.aa = 100; myColorTransform.ab = 0; my_color.setTransform(myColorTransform); } } button 44 { on (release) { var my_color = new Color(hairname); var myColorTransform = new Object(); myColorTransform.ra = 100; myColorTransform.rb = 0; myColorTransform.ga = 100; myColorTransform.gb = 0; myColorTransform.ba = 100; myColorTransform.bb = 0; myColorTransform.aa = 100; myColorTransform.ab = 255; my_color.setTransform(myColorTransform); } } button 45 { on (release) { var my_color = new Color(hairname); var myColorTransform = new Object(); myColorTransform.ra = 66; myColorTransform.rb = 0; myColorTransform.ga = 68; myColorTransform.gb = 0; myColorTransform.ba = 66; myColorTransform.bb = 0; myColorTransform.aa = 100; myColorTransform.ab = 255; my_color.setTransform(myColorTransform); } } button 46 { on (release) { var my_color = new Color(hairname); var myColorTransform = new Object(); myColorTransform.ra = 100; myColorTransform.rb = 40; myColorTransform.ga = 100; myColorTransform.gb = 25; myColorTransform.ba = 100; myColorTransform.bb = 10; myColorTransform.aa = 100; myColorTransform.ab = 255; my_color.setTransform(myColorTransform); } } button 47 { on (release) { var my_color = new Color(hairname); var myColorTransform = new Object(); myColorTransform.ra = 34; myColorTransform.rb = 0; myColorTransform.ga = 42; myColorTransform.gb = 0; myColorTransform.ba = 48; myColorTransform.bb = 0; myColorTransform.aa = 100; myColorTransform.ab = 255; my_color.setTransform(myColorTransform); } } button 48 { on (release) { var my_color = new Color(hairname); var myColorTransform = new Object(); myColorTransform.ra = 100; myColorTransform.rb = 47; myColorTransform.ga = 100; myColorTransform.gb = -33; myColorTransform.ba = 100; myColorTransform.bb = 54; myColorTransform.aa = 100; myColorTransform.ab = 0; my_color.setTransform(myColorTransform); } } button 49 { on (release) { var my_color = new Color(hairname); var myColorTransform = new Object(); myColorTransform.ra = 100; myColorTransform.rb = 81; myColorTransform.ga = 100; myColorTransform.gb = -6; myColorTransform.ba = 100; myColorTransform.bb = -31; myColorTransform.aa = 100; myColorTransform.ab = 255; my_color.setTransform(myColorTransform); } } button 50 { on (release) { var my_color = new Color(hairname); var myColorTransform = new Object(); myColorTransform.ra = 100; myColorTransform.rb = 0; myColorTransform.ga = 66; myColorTransform.gb = 0; myColorTransform.ba = 92; myColorTransform.bb = 0; myColorTransform.aa = 100; myColorTransform.ab = 255; my_color.setTransform(myColorTransform); } } button 51 { on (release) { var my_color = new Color(hairname); var myColorTransform = new Object(); myColorTransform.ra = 100; myColorTransform.rb = 102; myColorTransform.ga = 100; myColorTransform.gb = 40; myColorTransform.ba = 100; myColorTransform.bb = 0; myColorTransform.aa = 100; myColorTransform.ab = 255; my_color.setTransform(myColorTransform); } } button 52 { on (release) { var my_color = new Color(hairname); var myColorTransform = new Object(); myColorTransform.ra = 100; myColorTransform.rb = 71; myColorTransform.ga = 100; myColorTransform.gb = 69; myColorTransform.ba = 100; myColorTransform.bb = 53; myColorTransform.aa = 100; myColorTransform.ab = 52; my_color.setTransform(myColorTransform); } } button 53 { on (release) { var my_color = new Color(hairname); var myColorTransform = new Object(); myColorTransform.ra = 100; myColorTransform.rb = 127; myColorTransform.ga = 100; myColorTransform.gb = 107; myColorTransform.ba = 100; myColorTransform.bb = 61; myColorTransform.aa = 100; myColorTransform.ab = 0; my_color.setTransform(myColorTransform); } } button 54 { on (release) { var my_color = new Color(hairname); var myColorTransform = new Object(); myColorTransform.ra = 100; myColorTransform.rb = 137; myColorTransform.ga = 100; myColorTransform.gb = 153; myColorTransform.ba = 100; myColorTransform.bb = 117; myColorTransform.aa = 100; myColorTransform.ab = 255; my_color.setTransform(myColorTransform); } } button 55 { on (release) { var my_color = new Color(hairname); var myColorTransform = new Object(); myColorTransform.ra = 100; myColorTransform.rb = 140; myColorTransform.ga = 100; myColorTransform.gb = 160; myColorTransform.ba = 100; myColorTransform.bb = 160; myColorTransform.aa = 100; myColorTransform.ab = 255; my_color.setTransform(myColorTransform); } } button 56 { on (release) { var my_color = new Color(hairname); var myColorTransform = new Object(); myColorTransform.ra = 100; myColorTransform.rb = 132; myColorTransform.ga = 100; myColorTransform.gb = 61; myColorTransform.ba = 100; myColorTransform.bb = 91; myColorTransform.aa = 100; myColorTransform.ab = 255; my_color.setTransform(myColorTransform); } } button 57 { on (release) { var my_color = new Color(hairname); var myColorTransform = new Object(); myColorTransform.ra = 100; myColorTransform.rb = -41; myColorTransform.ga = 100; myColorTransform.gb = 35; myColorTransform.ba = 100; myColorTransform.bb = 76; myColorTransform.aa = 100; myColorTransform.ab = 255; my_color.setTransform(myColorTransform); } } button 58 { on (release) { var my_color = new Color(hairname); var myColorTransform = new Object(); myColorTransform.ra = 100; myColorTransform.rb = 20; myColorTransform.ga = 100; myColorTransform.gb = 102; myColorTransform.ba = 100; myColorTransform.bb = 35; myColorTransform.aa = 100; myColorTransform.ab = 255; my_color.setTransform(myColorTransform); } } button 59 { on (release) { var my_color = new Color(hairname); var myColorTransform = new Object(); myColorTransform.ra = 100; myColorTransform.rb = 132; myColorTransform.ga = 100; myColorTransform.gb = 102; myColorTransform.ba = 100; myColorTransform.bb = 107; myColorTransform.aa = 100; myColorTransform.ab = 255; my_color.setTransform(myColorTransform); } } button 60 { on (release) { var my_color = new Color(hairname); var myColorTransform = new Object(); myColorTransform.ra = 100; myColorTransform.rb = 15; myColorTransform.ga = 100; myColorTransform.gb = 102; myColorTransform.ba = 100; myColorTransform.bb = 112; myColorTransform.aa = 100; myColorTransform.ab = 255; my_color.setTransform(myColorTransform); } } button 61 { on (release) { var my_color = new Color(hairname); var myColorTransform = new Object(); myColorTransform.ra = 100; myColorTransform.rb = 97; myColorTransform.ga = 100; myColorTransform.gb = -225; myColorTransform.ba = 100; myColorTransform.bb = -22; myColorTransform.aa = 100; myColorTransform.ab = 66; my_color.setTransform(myColorTransform); } } button 62 { on (release) { var my_color = new Color(hairname); var myColorTransform = new Object(); myColorTransform.ra = 147; myColorTransform.rb = 132; myColorTransform.ga = 100; myColorTransform.gb = 135; myColorTransform.ba = 100; myColorTransform.bb = 139; myColorTransform.aa = 100; myColorTransform.ab = 4; my_color.setTransform(myColorTransform); } } button 63 { on (release) { var my_color = new Color(hairname); var myColorTransform = new Object(); myColorTransform.ra = 100; myColorTransform.rb = 61; myColorTransform.ga = 100; myColorTransform.gb = 158; myColorTransform.ba = 100; myColorTransform.bb = 183; myColorTransform.aa = 100; myColorTransform.ab = 255; my_color.setTransform(myColorTransform); } } button 65 { on (press) { nextFrame(); } } movieClip 67 { } movieClip 69 { } button 70 { on (press) { gotoAndStop(1); } } movieClip 72 { } movieClip 73 { frame 1 { stop(); } } button 75 { on (press) { nextFrame(); } } movieClip 78 { } movieClip 81 { } button 82 { on (press) { gotoAndStop(1); } } movieClip 85 { } movieClip 86 { frame 1 { stop(); } } movieClip 91 { } movieClip 93 { } movieClip 95 { } movieClip 96 { } instance a20 of movieClip 96 { onClipEvent (press) { startDrag('', false); dragging = true; } onClipEvent (release, releaseOutside) { stopDrag(); dragging = false; if (this._x > -1.85 && this._x < 270.4 && this._y > 10.75 && this._y < 579.1) { this._x = 114.6; this._y = 281; hair = new Sound(); hair.attachSound('hair'); hair.start(); this.swapDepths(_global.depth++); trace(this.getDepth()); } else { if (this._x > 281.71 && this._x < 885.4500000000001 && this._y > 10.75 && this._y < 695.25) { this._x = 728.55; this._y = 286; hair = new Sound(); hair.attachSound('hair'); hair.start(); this.swapDepths(-16293); trace(this.getDepth()); } } dragging = false; } onClipEvent (press) { this._alpha = 70; } onClipEvent (release) { this._alpha = 100; } } movieClip 98 { } instance a70 of movieClip 98 { onClipEvent (press) { startDrag('', false); dragging = true; } onClipEvent (release, releaseOutside) { stopDrag(); dragging = false; if (this._x > -1.85 && this._x < 270.4 && this._y > 10.75 && this._y < 579.1) { this._x = 117.85; this._y = 337.6; hair = new Sound(); hair.attachSound('hair'); hair.start(); this.swapDepths(_global.depth++); trace(this.getDepth()); } else { if (this._x > 281.71 && this._x < 885.4500000000001 && this._y > 10.75 && this._y < 695.25) { this._x = 725.65; this._y = 261.7; hair = new Sound(); hair.attachSound('hair'); hair.start(); this.swapDepths(-16286); trace(this.getDepth()); } } dragging = false; } onClipEvent (press) { this._alpha = 70; } onClipEvent (release) { this._alpha = 100; } } movieClip 100 { } instance h1 of movieClip 100 { onClipEvent (press) { startDrag('', false); dragging = true; } onClipEvent (release, releaseOutside) { stopDrag(); dragging = false; if (this._x > -1.85 && this._x < 270.4 && this._y > 10.75 && this._y < 579.1) { this._x = 122.05; this._y = 102.95; hair = new Sound(); hair.attachSound('hair'); hair.start(); this.swapDepths(_global.depth++); trace(this.getDepth()); } else { if (this._x > 281.71 && this._x < 885.4500000000001 && this._y > 10.75 && this._y < 695.25) { this._x = 368.95; this._y = 94.7; hair = new Sound(); hair.attachSound('hair'); hair.start(); this.swapDepths(-16284); trace(this.getDepth()); } } dragging = false; } onClipEvent (press) { this._alpha = 70; } onClipEvent (release) { this._alpha = 100; } } movieClip 102 { } instance h2 of movieClip 102 { onClipEvent (press) { startDrag('', false); dragging = true; } onClipEvent (release, releaseOutside) { stopDrag(); dragging = false; if (this._x > -1.85 && this._x < 270.4 && this._y > 10.75 && this._y < 579.1) { this._x = 119.1; this._y = 133.4; hair = new Sound(); hair.attachSound('hair'); hair.start(); this.swapDepths(_global.depth++); trace(this.getDepth()); } else { if (this._x > 281.71 && this._x < 885.4500000000001 && this._y > 10.75 && this._y < 695.25) { this._x = 605.35; this._y = 111.25; hair = new Sound(); hair.attachSound('hair'); hair.start(); this.swapDepths(-16282); trace(this.getDepth()); } } dragging = false; } onClipEvent (press) { this._alpha = 70; } onClipEvent (release) { this._alpha = 100; } } movieClip 104 { } instance h3 of movieClip 104 { onClipEvent (press) { startDrag('', false); dragging = true; } onClipEvent (release, releaseOutside) { stopDrag(); dragging = false; if (this._x > -1.85 && this._x < 270.4 && this._y > 10.75 && this._y < 579.1) { this._x = 124.05; this._y = 140.3; hair = new Sound(); hair.attachSound('hair'); hair.start(); this.swapDepths(_global.depth++); trace(this.getDepth()); } else { if (this._x > 281.71 && this._x < 885.4500000000001 && this._y > 10.75 && this._y < 695.25) { this._x = 675.3; this._y = 114.85; hair = new Sound(); hair.attachSound('hair'); hair.start(); this.swapDepths(-16280); trace(this.getDepth()); } } dragging = false; } onClipEvent (press) { this._alpha = 70; } onClipEvent (release) { this._alpha = 100; } } movieClip 108 { } movieClip 109 { } instance a3 of movieClip 109 { onClipEvent (press) { startDrag('', false); dragging = true; } onClipEvent (release, releaseOutside) { stopDrag(); dragging = false; if (this._x > -1.85 && this._x < 270.4 && this._y > 10.75 && this._y < 579.1) { this._x = 163.35; this._y = 397.4; this._width = 69.75; this._height = 170; hair = new Sound(); hair.attachSound('hair'); hair.start(); this.swapDepths(_global.depth++); trace(this.getDepth()); } else { if (this._x > 281.71 && this._x < 885.4500000000001 && this._y > 10.75 && this._y < 695.25) { this._x = 665.6; this._y = 433.35; this._width = 34.95; this._height = 75.3; hair = new Sound(); hair.attachSound('hair'); hair.start(); this.swapDepths(-16278); trace(this.getDepth()); } } dragging = false; } onClipEvent (press) { this._alpha = 70; } onClipEvent (release) { this._alpha = 100; } } movieClip 111 { } instance a2 of movieClip 111 { onClipEvent (press) { startDrag('', false); dragging = true; } onClipEvent (release, releaseOutside) { stopDrag(); dragging = false; if (this._x > -1.85 && this._x < 270.4 && this._y > 10.75 && this._y < 579.1) { this._x = 68.84999999999999; this._y = 413.55; this._width = 126.05; this._height = 149.5; hair = new Sound(); hair.attachSound('hair'); hair.start(); this.swapDepths(_global.depth++); trace(this.getDepth()); } else { if (this._x > 281.71 && this._x < 885.4500000000001 && this._y > 10.75 && this._y < 695.25) { this._x = 621.6; this._y = 437.9; this._width = 63.15; this._height = 66.2; hair = new Sound(); hair.attachSound('hair'); hair.start(); this.swapDepths(-16275); trace(this.getDepth()); } } dragging = false; } onClipEvent (press) { this._alpha = 70; } onClipEvent (release) { this._alpha = 100; } } movieClip 113 { } instance a5 of movieClip 113 { onClipEvent (press) { startDrag('', false); dragging = true; } onClipEvent (release, releaseOutside) { stopDrag(); dragging = false; if (this._x > -1.85 && this._x < 270.4 && this._y > 10.75 && this._y < 579.1) { this._x = 181.55; this._y = 404; this._width = 103.4; this._height = 162.3; hair = new Sound(); hair.attachSound('hair'); hair.start(); this.swapDepths(_global.depth++); trace(this.getDepth()); } else { if (this._x > 281.71 && this._x < 885.4500000000001 && this._y > 10.75 && this._y < 695.25) { this._x = 742.4; this._y = 435.05; this._width = 51.8; this._height = 71.90000000000001; hair = new Sound(); hair.attachSound('hair'); hair.start(); this.swapDepths(-16273); trace(this.getDepth()); } } dragging = false; } onClipEvent (press) { this._alpha = 70; } onClipEvent (release) { this._alpha = 100; } } movieClip 115 { } instance a1 of movieClip 115 { onClipEvent (press) { startDrag('', false); dragging = true; } onClipEvent (release, releaseOutside) { stopDrag(); dragging = false; if (this._x > -1.85 && this._x < 270.4 && this._y > 10.75 && this._y < 579.1) { this._x = 62.95; this._y = 399.35; this._width = 96.55; this._height = 175.9; hair = new Sound(); hair.attachSound('hair'); hair.start(); this.swapDepths(_global.depth++); trace(this.getDepth()); } else { if (this._x > 281.71 && this._x < 885.4500000000001 && this._y > 10.75 && this._y < 695.25) { this._x = 579.9; this._y = 432.05; this._width = 48.4; this._height = 77.90000000000001; hair = new Sound(); hair.attachSound('hair'); hair.start(); this.swapDepths(-16271); trace(this.getDepth()); } } dragging = false; } onClipEvent (press) { this._alpha = 70; } onClipEvent (release) { this._alpha = 100; } } movieClip 119 { } movieClip 120 { } instance a4 of movieClip 120 { onClipEvent (press) { startDrag('', false); dragging = true; } onClipEvent (release, releaseOutside) { stopDrag(); dragging = false; if (this._x > -1.85 && this._x < 270.4 && this._y > 10.75 && this._y < 579.1) { this._x = 82.40000000000001; this._y = 420.55; this._width = 94.5; this._height = 135.45; hair = new Sound(); hair.attachSound('hair'); hair.start(); this.swapDepths(_global.depth++); trace(this.getDepth()); } else { if (this._x > 281.71 && this._x < 885.4500000000001 && this._y > 10.75 && this._y < 695.25) { this._x = 701.3; this._y = 441; this._width = 55.1; this._height = 61.5; hair = new Sound(); hair.attachSound('hair'); hair.start(); trace(this.getDepth()); } } dragging = false; } onClipEvent (press) { this._alpha = 70; } onClipEvent (release) { this._alpha = 100; } } movieClip 122 { } instance h4 of movieClip 122 { onClipEvent (press) { startDrag('', false); dragging = true; } onClipEvent (release, releaseOutside) { stopDrag(); dragging = false; if (this._x > -1.85 && this._x < 270.4 && this._y > 10.75 && this._y < 579.1) { this._x = 122; this._y = 133; hair = new Sound(); hair.attachSound('hair'); hair.start(); this.swapDepths(_global.depth++); trace(this.getDepth()); } else { if (this._x > 281.71 && this._x < 885.4500000000001 && this._y > 10.75 && this._y < 695.25) { this._x = 548.5; this._y = 108.25; hair = new Sound(); hair.attachSound('hair'); hair.start(); this.swapDepths(-16266); trace(this.getDepth()); } } dragging = false; } onClipEvent (press) { this._alpha = 70; } onClipEvent (release) { this._alpha = 100; } } movieClip 124 { } instance h5 of movieClip 124 { onClipEvent (press) { startDrag('', false); dragging = true; } onClipEvent (release, releaseOutside) { stopDrag(); dragging = false; if (this._x > -1.85 && this._x < 270.4 && this._y > 10.75 && this._y < 579.1) { this._x = 112.55; this._y = 129.45; hair = new Sound(); hair.attachSound('hair'); hair.start(); this.swapDepths(_global.depth++); trace(this.getDepth()); } else { if (this._x > 281.71 && this._x < 885.4500000000001 && this._y > 10.75 && this._y < 695.25) { this._x = 428.55; this._y = 103.8; hair = new Sound(); hair.attachSound('hair'); hair.start(); this.swapDepths(-16264); trace(this.getDepth()); } } dragging = false; } onClipEvent (press) { this._alpha = 70; } onClipEvent (release) { this._alpha = 100; } } movieClip 126 { } instance h6 of movieClip 126 { onClipEvent (press) { startDrag('', false); dragging = true; } onClipEvent (release, releaseOutside) { stopDrag(); dragging = false; if (this._x > -1.85 && this._x < 270.4 && this._y > 10.75 && this._y < 579.1) { this._x = 121.25; this._y = 123.7; hair = new Sound(); hair.attachSound('hair'); hair.start(); this.swapDepths(_global.depth++); trace(this.getDepth()); } else { if (this._x > 281.71 && this._x < 885.4500000000001 && this._y > 10.75 && this._y < 695.25) { this._x = 491.2; this._y = 97.5; hair = new Sound(); hair.attachSound('hair'); hair.start(); this.swapDepths(-16262); trace(this.getDepth()); } } dragging = false; } onClipEvent (press) { this._alpha = 70; } onClipEvent (release) { this._alpha = 100; } } movieClip 128 { } instance h7 of movieClip 128 { onClipEvent (press) { startDrag('', false); dragging = true; } onClipEvent (release, releaseOutside) { stopDrag(); dragging = false; if (this._x > -1.85 && this._x < 270.4 && this._y > 10.75 && this._y < 579.1) { this._x = 119.3; this._y = 142.4; hair = new Sound(); hair.attachSound('hair'); hair.start(); this.swapDepths(_global.depth++); trace(this.getDepth()); } else { if (this._x > 281.71 && this._x < 885.4500000000001 && this._y > 10.75 && this._y < 695.25) { this._x = 742.25; this._y = 114.95; hair = new Sound(); hair.attachSound('hair'); hair.start(); this.swapDepths(-16260); trace(this.getDepth()); } } dragging = false; } onClipEvent (press) { this._alpha = 70; } onClipEvent (release) { this._alpha = 100; } } movieClip 130 { } instance h8 of movieClip 130 { onClipEvent (press) { startDrag('', false); dragging = true; } onClipEvent (release, releaseOutside) { stopDrag(); dragging = false; if (this._x > -1.85 && this._x < 270.4 && this._y > 10.75 && this._y < 579.1) { this._x = 118.75; this._y = 114.35; hair = new Sound(); hair.attachSound('hair'); hair.start(); this.swapDepths(_global.depth++); trace(this.getDepth()); } else { if (this._x > 281.71 && this._x < 885.4500000000001 && this._y > 10.75 && this._y < 695.25) { this._x = 312; this._y = 87.25; hair = new Sound(); hair.attachSound('hair'); hair.start(); this.swapDepths(-16258); trace(this.getDepth()); } } dragging = false; } onClipEvent (press) { this._alpha = 70; } onClipEvent (release) { this._alpha = 100; } } movieClip 133 { } movieClip 134 { } instance a8 of movieClip 134 { onClipEvent (press) { startDrag('', false); dragging = true; } onClipEvent (release, releaseOutside) { stopDrag(); dragging = false; if (this._x > -1.85 && this._x < 270.4 && this._y > 10.75 && this._y < 579.1) { this._x = 117.85; this._y = 337.6; hair = new Sound(); hair.attachSound('hair'); hair.start(); this.swapDepths(_global.depth++); trace(this.getDepth()); } else { if (this._x > 281.71 && this._x < 885.4500000000001 && this._y > 10.75 && this._y < 695.25) { this._x = 711.65; this._y = 261.35; hair = new Sound(); hair.attachSound('hair'); hair.start(); this.swapDepths(-16256); trace(this.getDepth()); } } dragging = false; } onClipEvent (press) { this._alpha = 70; } onClipEvent (release) { this._alpha = 100; } } movieClip 137 { } movieClip 139 { } movieClip 140 { } instance a9 of movieClip 140 { onClipEvent (press) { startDrag('', false); dragging = true; } onClipEvent (release, releaseOutside) { stopDrag(); dragging = false; if (this._x > -1.85 && this._x < 270.4 && this._y > 10.75 && this._y < 579.1) { this._x = 121.2; this._y = 344.8; hair = new Sound(); hair.attachSound('hair'); hair.start(); this.swapDepths(_global.depth++); trace(this.getDepth()); } else { if (this._x > 281.71 && this._x < 885.4500000000001 && this._y > 10.75 && this._y < 695.25) { this._x = 700.7000000000001; this._y = 268.1; hair = new Sound(); hair.attachSound('hair'); hair.start(); this.swapDepths(-16253); trace(this.getDepth()); } } dragging = false; } onClipEvent (press) { this._alpha = 70; } onClipEvent (release) { this._alpha = 100; } } movieClip 143 { } movieClip 144 { } instance a10 of movieClip 144 { onClipEvent (press) { startDrag('', false); dragging = true; } onClipEvent (release, releaseOutside) { stopDrag(); dragging = false; if (this._x > -1.85 && this._x < 270.4 && this._y > 10.75 && this._y < 579.1) { this._x = 121.2; this._y = 344.8; hair = new Sound(); hair.attachSound('hair'); hair.start(); this.swapDepths(_global.depth++); trace(this.getDepth()); } else { if (this._x > 281.71 && this._x < 885.4500000000001 && this._y > 10.75 && this._y < 695.25) { this._x = 685.85; this._y = 270.55; hair = new Sound(); hair.attachSound('hair'); hair.start(); this.swapDepths(-16218); trace(this.getDepth()); } } dragging = false; } onClipEvent (press) { this._alpha = 70; } onClipEvent (release) { this._alpha = 100; } } movieClip 148 { } movieClip 149 { } instance a14 of movieClip 149 { onClipEvent (press) { startDrag('', false); dragging = true; } onClipEvent (release, releaseOutside) { stopDrag(); dragging = false; if (this._x > -1.85 && this._x < 270.4 && this._y > 10.75 && this._y < 579.1) { this._x = 121.2; this._y = 344.8; hair = new Sound(); hair.attachSound('hair'); hair.start(); this.swapDepths(_global.depth++); trace(this.getDepth()); } else { if (this._x > 281.71 && this._x < 885.4500000000001 && this._y > 10.75 && this._y < 695.25) { this._x = 671.05; this._y = 269.35; hair = new Sound(); hair.attachSound('hair'); hair.start(); this.swapDepths(-16215); trace(this.getDepth()); } } dragging = false; } onClipEvent (press) { this._alpha = 70; } onClipEvent (release) { this._alpha = 100; } } movieClip 153 { } movieClip 154 { } instance a15 of movieClip 154 { onClipEvent (press) { startDrag('', false); dragging = true; } onClipEvent (release, releaseOutside) { stopDrag(); dragging = false; if (this._x > -1.85 && this._x < 270.4 && this._y > 10.75 && this._y < 579.1) { this._x = 110.75; this._y = 263.8; hair = new Sound(); hair.attachSound('hair'); hair.start(); this.swapDepths(_global.depth++); trace(this.getDepth()); } else { if (this._x > 281.71 && this._x < 885.4500000000001 && this._y > 10.75 && this._y < 695.25) { this._x = 591.75; this._y = 184.9; hair = new Sound(); hair.attachSound('hair'); hair.start(); this.swapDepths(-16212); trace(this.getDepth()); } } dragging = false; } onClipEvent (press) { this._alpha = 70; } onClipEvent (release) { this._alpha = 100; } } movieClip 158 { } movieClip 159 { } instance a16 of movieClip 159 { onClipEvent (press) { startDrag('', false); dragging = true; } onClipEvent (release, releaseOutside) { stopDrag(); dragging = false; if (this._x > -1.85 && this._x < 270.4 && this._y > 10.75 && this._y < 579.1) { this._x = 110.75; this._y = 263.8; hair = new Sound(); hair.attachSound('hair'); hair.start(); this.swapDepths(_global.depth++); trace(this.getDepth()); } else { if (this._x > 281.71 && this._x < 885.4500000000001 && this._y > 10.75 && this._y < 695.25) { this._x = 591.75; this._y = 208.2; hair = new Sound(); hair.attachSound('hair'); hair.start(); this.swapDepths(-16209); trace(this.getDepth()); } } dragging = false; } onClipEvent (press) { this._alpha = 70; } onClipEvent (release) { this._alpha = 100; } } movieClip 163 { } movieClip 165 { } movieClip 166 { } instance a17 of movieClip 166 { onClipEvent (press) { startDrag('', false); dragging = true; } onClipEvent (release, releaseOutside) { stopDrag(); dragging = false; if (this._x > -1.85 && this._x < 270.4 && this._y > 10.75 && this._y < 579.1) { this._x = 118.55; this._y = 307.2; hair = new Sound(); hair.attachSound('hair'); hair.start(); this.swapDepths(_global.depth++); trace(this.getDepth()); } else { if (this._x > 281.71 && this._x < 885.4500000000001 && this._y > 10.75 && this._y < 695.25) { this._x = 657.35; this._y = 314.1; hair = new Sound(); hair.attachSound('hair'); hair.start(); this.swapDepths(-16206); trace(this.getDepth()); } } dragging = false; } onClipEvent (press) { this._alpha = 70; } onClipEvent (release) { this._alpha = 100; } } movieClip 170 { } movieClip 172 { } movieClip 173 { } instance a18 of movieClip 173 { onClipEvent (press) { startDrag('', false); dragging = true; } onClipEvent (release, releaseOutside) { stopDrag(); dragging = false; if (this._x > -1.85 && this._x < 270.4 && this._y > 10.75 && this._y < 579.1) { this._x = 118.55; this._y = 307.2; hair = new Sound(); hair.attachSound('hair'); hair.start(); this.swapDepths(_global.depth++); trace(this.getDepth()); } else { if (this._x > 281.71 && this._x < 885.4500000000001 && this._y > 10.75 && this._y < 695.25) { this._x = 643.4500000000001; this._y = 314.1; hair = new Sound(); hair.attachSound('hair'); hair.start(); this.swapDepths(-16201); trace(this.getDepth()); } } dragging = false; } onClipEvent (press) { this._alpha = 70; } onClipEvent (release) { this._alpha = 100; } } movieClip 177 { } movieClip 178 { } instance a22 of movieClip 178 { onClipEvent (press) { startDrag('', false); dragging = true; } onClipEvent (release, releaseOutside) { stopDrag(); dragging = false; if (this._x > -1.85 && this._x < 270.4 && this._y > 10.75 && this._y < 579.1) { this._x = 117.3; this._y = 294.5; hair = new Sound(); hair.attachSound('hair'); hair.start(); this.swapDepths(_global.depth++); trace(this.getDepth()); } else { if (this._x > 281.71 && this._x < 885.4500000000001 && this._y > 10.75 && this._y < 695.25) { this._x = 623.1; this._y = 301.5; hair = new Sound(); hair.attachSound('hair'); hair.start(); this.swapDepths(-16196); trace(this.getDepth()); } } dragging = false; } onClipEvent (press) { this._alpha = 70; } onClipEvent (release) { this._alpha = 100; } } movieClip 180 { } instance a23 of movieClip 180 { onClipEvent (press) { startDrag('', false); dragging = true; } onClipEvent (release, releaseOutside) { stopDrag(); dragging = false; if (this._x > -1.85 && this._x < 270.4 && this._y > 10.75 && this._y < 579.1) { this._x = 95.95; this._y = 297.1; hair = new Sound(); hair.attachSound('hair'); hair.start(); this.swapDepths(_global.depth++); trace(this.getDepth()); } else { if (this._x > 281.71 && this._x < 885.4500000000001 && this._y > 10.75 && this._y < 695.25) { this._x = 583.9; this._y = 302.75; hair = new Sound(); hair.attachSound('hair'); hair.start(); this.swapDepths(-16193); trace(this.getDepth()); } } dragging = false; } onClipEvent (press) { this._alpha = 70; } onClipEvent (release) { this._alpha = 100; } } movieClip 184 { } movieClip 185 { } instance a24 of movieClip 185 { onClipEvent (press) { startDrag('', false); dragging = true; } onClipEvent (release, releaseOutside) { stopDrag(); dragging = false; if (this._x > -1.85 && this._x < 270.4 && this._y > 10.75 && this._y < 579.1) { this._x = 117.3; this._y = 294.5; hair = new Sound(); hair.attachSound('hair'); hair.start(); this.swapDepths(_global.depth++); trace(this.getDepth()); } else { if (this._x > 281.71 && this._x < 885.4500000000001 && this._y > 10.75 && this._y < 695.25) { this._x = 586; this._y = 302.75; hair = new Sound(); hair.attachSound('hair'); hair.start(); this.swapDepths(-16190); trace(this.getDepth()); } } dragging = false; } onClipEvent (press) { this._alpha = 70; } onClipEvent (release) { this._alpha = 100; } } movieClip 187 { } instance a27 of movieClip 187 { onClipEvent (press) { startDrag('', false); dragging = true; } onClipEvent (release, releaseOutside) { stopDrag(); dragging = false; if (this._x > -1.85 && this._x < 270.4 && this._y > 10.75 && this._y < 579.1) { this._x = 131.25; this._y = 454.2; hair = new Sound(); hair.attachSound('hair'); hair.start(); this.swapDepths(_global.depth++); trace(this.getDepth()); } else { if (this._x > 281.71 && this._x < 885.4500000000001 && this._y > 10.75 && this._y < 695.25) { this._x = 317.65; this._y = 442.65; hair = new Sound(); hair.attachSound('hair'); hair.start(); this.swapDepths(-16187); trace(this.getDepth()); } } dragging = false; } onClipEvent (press) { this._alpha = 70; } onClipEvent (release) { this._alpha = 100; } } movieClip 189 { } instance a28 of movieClip 189 { onClipEvent (press) { startDrag('', false); dragging = true; } onClipEvent (release, releaseOutside) { stopDrag(); dragging = false; if (this._x > -1.85 && this._x < 270.4 && this._y > 10.75 && this._y < 579.1) { this._x = 131.6; this._y = 454.45; hair = new Sound(); hair.attachSound('hair'); hair.start(); this.swapDepths(_global.depth++); trace(this.getDepth()); } else { if (this._x > 281.71 && this._x < 885.4500000000001 && this._y > 10.75 && this._y < 695.25) { this._x = 342.5; this._y = 445.05; hair = new Sound(); hair.attachSound('hair'); hair.start(); this.swapDepths(-16185); trace(this.getDepth()); } } dragging = false; } onClipEvent (press) { this._alpha = 70; } onClipEvent (release) { this._alpha = 100; } } movieClip 191 { } instance a29 of movieClip 191 { onClipEvent (press) { startDrag('', false); dragging = true; } onClipEvent (release, releaseOutside) { stopDrag(); dragging = false; if (this._x > -1.85 && this._x < 270.4 && this._y > 10.75 && this._y < 579.1) { this._x = 131.6; this._y = 454.45; hair = new Sound(); hair.attachSound('hair'); hair.start(); this.swapDepths(_global.depth++); trace(this.getDepth()); } else { if (this._x > 281.71 && this._x < 885.4500000000001 && this._y > 10.75 && this._y < 695.25) { this._x = 363.05; this._y = 445.5; hair = new Sound(); hair.attachSound('hair'); hair.start(); this.swapDepths(-16183); trace(this.getDepth()); } } dragging = false; } onClipEvent (press) { this._alpha = 70; } onClipEvent (release) { this._alpha = 100; } } movieClip 193 { } instance a30 of movieClip 193 { onClipEvent (press) { startDrag('', false); dragging = true; } onClipEvent (release, releaseOutside) { stopDrag(); dragging = false; if (this._x > -1.85 && this._x < 270.4 && this._y > 10.75 && this._y < 579.1) { this._x = 131.6; this._y = 454.45; hair = new Sound(); hair.attachSound('hair'); hair.start(); this.swapDepths(_global.depth++); trace(this.getDepth()); } else { if (this._x > 281.71 && this._x < 885.4500000000001 && this._y > 10.75 && this._y < 695.25) { this._x = 384.6; this._y = 445.5; hair = new Sound(); hair.attachSound('hair'); hair.start(); this.swapDepths(-16181); trace(this.getDepth()); } } dragging = false; } onClipEvent (press) { this._alpha = 70; } onClipEvent (release) { this._alpha = 100; } } movieClip 196 { } instance a31 of movieClip 196 { onClipEvent (press) { startDrag('', false); dragging = true; } onClipEvent (release, releaseOutside) { stopDrag(); dragging = false; if (this._x > -1.85 && this._x < 270.4 && this._y > 10.75 && this._y < 579.1) { this._x = 131.85; this._y = 455.3; hair = new Sound(); hair.attachSound('hair'); hair.start(); this.swapDepths(_global.depth++); trace(this.getDepth()); } else { if (this._x > 281.71 && this._x < 885.4500000000001 && this._y > 10.75 && this._y < 695.25) { this._x = 409.65; this._y = 445.6; hair = new Sound(); hair.attachSound('hair'); hair.start(); this.swapDepths(-16179); trace(this.getDepth()); } } dragging = false; } onClipEvent (press) { this._alpha = 70; } onClipEvent (release) { this._alpha = 100; } } movieClip 198 { } instance a32 of movieClip 198 { onClipEvent (press) { startDrag('', false); dragging = true; } onClipEvent (release, releaseOutside) { stopDrag(); dragging = false; if (this._x > -1.85 && this._x < 270.4 && this._y > 10.75 && this._y < 579.1) { this._x = 131.85; this._y = 455.3; hair = new Sound(); hair.attachSound('hair'); hair.start(); this.swapDepths(_global.depth++); trace(this.getDepth()); } else { if (this._x > 281.71 && this._x < 885.4500000000001 && this._y > 10.75 && this._y < 695.25) { this._x = 429.45; this._y = 445.6; hair = new Sound(); hair.attachSound('hair'); hair.start(); this.swapDepths(-16177); trace(this.getDepth()); } } dragging = false; } onClipEvent (press) { this._alpha = 70; } onClipEvent (release) { this._alpha = 100; } } movieClip 200 { } instance a33 of movieClip 200 { onClipEvent (press) { startDrag('', false); dragging = true; } onClipEvent (release, releaseOutside) { stopDrag(); dragging = false; if (this._x > -1.85 && this._x < 270.4 && this._y > 10.75 && this._y < 579.1) { this._x = 131.75; this._y = 454.45; hair = new Sound(); hair.attachSound('hair'); hair.start(); this.swapDepths(_global.depth++); trace(this.getDepth()); } else { if (this._x > 281.71 && this._x < 885.4500000000001 && this._y > 10.75 && this._y < 695.25) { this._x = 452.2; this._y = 445.65; hair = new Sound(); hair.attachSound('hair'); hair.start(); this.swapDepths(-16175); trace(this.getDepth()); } } dragging = false; } onClipEvent (press) { this._alpha = 70; } onClipEvent (release) { this._alpha = 100; } } movieClip 202 { } instance a34 of movieClip 202 { onClipEvent (press) { startDrag('', false); dragging = true; } onClipEvent (release, releaseOutside) { stopDrag(); dragging = false; if (this._x > -1.85 && this._x < 270.4 && this._y > 10.75 && this._y < 579.1) { this._x = 131.75; this._y = 454.45; hair = new Sound(); hair.attachSound('hair'); hair.start(); this.swapDepths(_global.depth++); trace(this.getDepth()); } else { if (this._x > 281.71 && this._x < 885.4500000000001 && this._y > 10.75 && this._y < 695.25) { this._x = 473.1; this._y = 445.65; hair = new Sound(); hair.attachSound('hair'); hair.start(); this.swapDepths(-16173); trace(this.getDepth()); } } dragging = false; } onClipEvent (press) { this._alpha = 70; } onClipEvent (release) { this._alpha = 100; } } movieClip 204 { } instance a35 of movieClip 204 { onClipEvent (press) { startDrag('', false); dragging = true; } onClipEvent (release, releaseOutside) { stopDrag(); dragging = false; if (this._x > -1.85 && this._x < 270.4 && this._y > 10.75 && this._y < 579.1) { this._x = 131.6; this._y = 454.45; hair = new Sound(); hair.attachSound('hair'); hair.start(); this.swapDepths(_global.depth++); trace(this.getDepth()); } else { if (this._x > 281.71 && this._x < 885.4500000000001 && this._y > 10.75 && this._y < 695.25) { this._x = 486.35; this._y = 445.5; hair = new Sound(); hair.attachSound('hair'); hair.start(); this.swapDepths(-16171); trace(this.getDepth()); } } dragging = false; } onClipEvent (press) { this._alpha = 70; } onClipEvent (release) { this._alpha = 100; } } movieClip 206 { } instance a36 of movieClip 206 { onClipEvent (press) { startDrag('', false); dragging = true; } onClipEvent (release, releaseOutside) { stopDrag(); dragging = false; if (this._x > -1.85 && this._x < 270.4 && this._y > 10.75 && this._y < 579.1) { this._x = 132.2; this._y = 454.35; hair = new Sound(); hair.attachSound('hair'); hair.start(); this.swapDepths(_global.depth++); trace(this.getDepth()); } else { if (this._x > 281.71 && this._x < 885.4500000000001 && this._y > 10.75 && this._y < 695.25) { this._x = 509.05; this._y = 443.9; hair = new Sound(); hair.attachSound('hair'); hair.start(); this.swapDepths(-16169); trace(this.getDepth()); } } dragging = false; } onClipEvent (press) { this._alpha = 70; } onClipEvent (release) { this._alpha = 100; } } movieClip 210 { } movieClip 211 { } instance a37 of movieClip 211 { onClipEvent (press) { startDrag('', false); dragging = true; } onClipEvent (release, releaseOutside) { stopDrag(); dragging = false; if (this._x > -1.85 && this._x < 270.4 && this._y > 10.75 && this._y < 579.1) { this._x = 114.25; this._y = 236.3; hair = new Sound(); hair.attachSound('hair'); hair.start(); this.swapDepths(_global.depth++); trace(this.getDepth()); } else { if (this._x > 281.71 && this._x < 885.4500000000001 && this._y > 10.75 && this._y < 695.25) { this._x = 520.65; this._y = 328.75; hair = new Sound(); hair.attachSound('hair'); hair.start(); this.swapDepths(-16167); trace(this.getDepth()); } } dragging = false; } onClipEvent (press) { this._alpha = 70; } onClipEvent (release) { this._alpha = 100; } } movieClip 215 { } movieClip 216 { } instance a38 of movieClip 216 { onClipEvent (press) { startDrag('', false); dragging = true; } onClipEvent (release, releaseOutside) { stopDrag(); dragging = false; if (this._x > -1.85 && this._x < 270.4 && this._y > 10.75 && this._y < 579.1) { this._x = 114.25; this._y = 236.3; hair = new Sound(); hair.attachSound('hair'); hair.start(); this.swapDepths(_global.depth++); trace(this.getDepth()); } else { if (this._x > 281.71 && this._x < 885.4500000000001 && this._y > 10.75 && this._y < 695.25) { this._x = 506.35; this._y = 328.75; hair = new Sound(); hair.attachSound('hair'); hair.start(); this.swapDepths(-16164); trace(this.getDepth()); } } dragging = false; } onClipEvent (press) { this._alpha = 70; } onClipEvent (release) { this._alpha = 100; } } movieClip 219 { } movieClip 220 { } instance a25 of movieClip 220 { onClipEvent (press) { startDrag('', false); dragging = true; } onClipEvent (release, releaseOutside) { stopDrag(); dragging = false; if (this._x > -1.85 && this._x < 270.4 && this._y > 10.75 && this._y < 579.1) { this._x = 112.45; this._y = 223.4; hair = new Sound(); hair.attachSound('hair'); hair.start(); this.swapDepths(_global.depth++); trace(this.getDepth()); } else { if (this._x > 281.71 && this._x < 885.4500000000001 && this._y > 10.75 && this._y < 695.25) { this._x = 485.85; this._y = 317; hair = new Sound(); hair.attachSound('hair'); hair.start(); this.swapDepths(-16161); trace(this.getDepth()); } } dragging = false; } onClipEvent (press) { this._alpha = 70; } onClipEvent (release) { this._alpha = 100; } } movieClip 224 { } movieClip 225 { } instance a26 of movieClip 225 { onClipEvent (press) { startDrag('', false); dragging = true; } onClipEvent (release, releaseOutside) { stopDrag(); dragging = false; if (this._x > -1.85 && this._x < 270.4 && this._y > 10.75 && this._y < 579.1) { this._x = 112.45; this._y = 223.4; hair = new Sound(); hair.attachSound('hair'); hair.start(); this.swapDepths(_global.depth++); trace(this.getDepth()); } else { if (this._x > 281.71 && this._x < 885.4500000000001 && this._y > 10.75 && this._y < 695.25) { this._x = 457.9; this._y = 317; hair = new Sound(); hair.attachSound('hair'); hair.start(); this.swapDepths(-16158); trace(this.getDepth()); } } dragging = false; } onClipEvent (press) { this._alpha = 70; } onClipEvent (release) { this._alpha = 100; } } movieClip 227 { } instance a39 of movieClip 227 { onClipEvent (press) { startDrag('', false); dragging = true; } onClipEvent (release, releaseOutside) { stopDrag(); dragging = false; if (this._x > -1.85 && this._x < 270.4 && this._y > 10.75 && this._y < 579.1) { this._x = 128.8; this._y = 108.6; hair = new Sound(); hair.attachSound('hair'); hair.start(); this.swapDepths(_global.depth++); trace(this.getDepth()); } else { if (this._x > 281.71 && this._x < 885.4500000000001 && this._y > 10.75 && this._y < 695.25) { this._x = 317.75; this._y = 252.6; hair = new Sound(); hair.attachSound('hair'); hair.start(); this.swapDepths(-16155); trace(this.getDepth()); } } dragging = false; } onClipEvent (press) { this._alpha = 70; } onClipEvent (release) { this._alpha = 100; } } movieClip 229 { } instance a40 of movieClip 229 { onClipEvent (press) { startDrag('', false); dragging = true; } onClipEvent (release, releaseOutside) { stopDrag(); dragging = false; if (this._x > -1.85 && this._x < 270.4 && this._y > 10.75 && this._y < 579.1) { this._x = 128.8; this._y = 108.6; hair = new Sound(); hair.attachSound('hair'); hair.start(); this.swapDepths(_global.depth++); trace(this.getDepth()); } else { if (this._x > 281.71 && this._x < 885.4500000000001 && this._y > 10.75 && this._y < 695.25) { this._x = 316.5; this._y = 276.95; hair = new Sound(); hair.attachSound('hair'); hair.start(); this.swapDepths(-16153); trace(this.getDepth()); } } dragging = false; } onClipEvent (press) { this._alpha = 70; } onClipEvent (release) { this._alpha = 100; } } movieClip 231 { } instance a41 of movieClip 231 { onClipEvent (press) { startDrag('', false); dragging = true; } onClipEvent (release, releaseOutside) { stopDrag(); dragging = false; if (this._x > -1.85 && this._x < 270.4 && this._y > 10.75 && this._y < 579.1) { this._x = 143.05; this._y = 96.3; hair = new Sound(); hair.attachSound('hair'); hair.start(); this.swapDepths(_global.depth++); trace(this.getDepth()); } else { if (this._x > 281.71 && this._x < 885.4500000000001 && this._y > 10.75 && this._y < 695.25) { this._x = 377.8; this._y = 253.3; hair = new Sound(); hair.attachSound('hair'); hair.start(); this.swapDepths(-16151); trace(this.getDepth()); } } dragging = false; } onClipEvent (press) { this._alpha = 70; } onClipEvent (release) { this._alpha = 100; } } movieClip 233 { } instance a42 of movieClip 233 { onClipEvent (press) { startDrag('', false); dragging = true; } onClipEvent (release, releaseOutside) { stopDrag(); dragging = false; if (this._x > -1.85 && this._x < 270.4 && this._y > 10.75 && this._y < 579.1) { this._x = 143.05; this._y = 96.3; hair = new Sound(); hair.attachSound('hair'); hair.start(); this.swapDepths(_global.depth++); trace(this.getDepth()); } else { if (this._x > 281.71 && this._x < 885.4500000000001 && this._y > 10.75 && this._y < 695.25) { this._x = 372.85; this._y = 275.8; hair = new Sound(); hair.attachSound('hair'); hair.start(); this.swapDepths(-16149); trace(this.getDepth()); } } dragging = false; } onClipEvent (press) { this._alpha = 70; } onClipEvent (release) { this._alpha = 100; } } movieClip 234 { } instance a43 of movieClip 234 { onClipEvent (press) { startDrag('', false); dragging = true; } onClipEvent (release, releaseOutside) { stopDrag(); dragging = false; if (this._x > -1.85 && this._x < 270.4 && this._y > 10.75 && this._y < 579.1) { this._x = 143.05; this._y = 96.3; hair = new Sound(); hair.attachSound('hair'); hair.start(); this.swapDepths(_global.depth++); trace(this.getDepth()); } else { if (this._x > 281.71 && this._x < 885.4500000000001 && this._y > 10.75 && this._y < 695.25) { this._x = 369.1; this._y = 299.5; hair = new Sound(); hair.attachSound('hair'); hair.start(); this.swapDepths(-16147); trace(this.getDepth()); } } dragging = false; } onClipEvent (press) { this._alpha = 70; } onClipEvent (release) { this._alpha = 100; } } movieClip 236 { } instance a44 of movieClip 236 { onClipEvent (press) { startDrag('', false); dragging = true; } onClipEvent (release, releaseOutside) { stopDrag(); dragging = false; if (this._x > -1.85 && this._x < 270.4 && this._y > 10.75 && this._y < 579.1) { this._x = 60; this._y = 300.8; hair = new Sound(); hair.attachSound('hair'); hair.start(); this.swapDepths(_global.depth++); trace(this.getDepth()); } else { if (this._x > 281.71 && this._x < 885.4500000000001 && this._y > 10.75 && this._y < 695.25) { this._x = 312.95; this._y = 319.8; hair = new Sound(); hair.attachSound('hair'); hair.start(); this.swapDepths(-16145); trace(this.getDepth()); } } dragging = false; } onClipEvent (press) { this._alpha = 70; } onClipEvent (release) { this._alpha = 100; } } movieClip 238 { } instance a45 of movieClip 238 { onClipEvent (press) { startDrag('', false); dragging = true; } onClipEvent (release, releaseOutside) { stopDrag(); dragging = false; if (this._x > -1.85 && this._x < 270.4 && this._y > 10.75 && this._y < 579.1) { this._x = 138.2; this._y = 97.84999999999999; hair = new Sound(); hair.attachSound('hair'); hair.start(); this.swapDepths(_global.depth++); trace(this.getDepth()); } else { if (this._x > 281.71 && this._x < 885.4500000000001 && this._y > 10.75 && this._y < 695.25) { this._x = 307.75; this._y = 359; hair = new Sound(); hair.attachSound('hair'); hair.start(); this.swapDepths(-16143); trace(this.getDepth()); } } dragging = false; } onClipEvent (press) { this._alpha = 70; } onClipEvent (release) { this._alpha = 100; } } movieClip 240 { } instance a46 of movieClip 240 { onClipEvent (press) { startDrag('', false); dragging = true; } onClipEvent (release, releaseOutside) { stopDrag(); dragging = false; if (this._x > -1.85 && this._x < 270.4 && this._y > 10.75 && this._y < 579.1) { this._x = 120.3; this._y = 101.45; hair = new Sound(); hair.attachSound('hair'); hair.start(); this.swapDepths(_global.depth++); trace(this.getDepth()); } else { if (this._x > 281.71 && this._x < 885.4500000000001 && this._y > 10.75 && this._y < 695.25) { this._x = 391.6; this._y = 344.45; hair = new Sound(); hair.attachSound('hair'); hair.start(); this.swapDepths(-16141); trace(this.getDepth()); } } dragging = false; } onClipEvent (press) { this._alpha = 70; } onClipEvent (release) { this._alpha = 100; } } movieClip 242 { } instance a47 of movieClip 242 { onClipEvent (press) { startDrag('', false); dragging = true; } onClipEvent (release, releaseOutside) { stopDrag(); dragging = false; if (this._x > -1.85 && this._x < 270.4 && this._y > 10.75 && this._y < 579.1) { this._x = 120.3; this._y = 101.45; hair = new Sound(); hair.attachSound('hair'); hair.start(); this.swapDepths(_global.depth++); trace(this.getDepth()); } else { if (this._x > 281.71 && this._x < 885.4500000000001 && this._y > 10.75 && this._y < 695.25) { this._x = 387.3; this._y = 367.15; hair = new Sound(); hair.attachSound('hair'); hair.start(); this.swapDepths(-16139); trace(this.getDepth()); } } dragging = false; } onClipEvent (press) { this._alpha = 70; } onClipEvent (release) { this._alpha = 100; } } movieClip 245 { } movieClip 247 { } movieClip 248 { } instance a21 of movieClip 248 { onClipEvent (press) { startDrag('', false); dragging = true; } onClipEvent (release, releaseOutside) { stopDrag(); dragging = false; if (this._x > -1.85 && this._x < 270.4 && this._y > 10.75 && this._y < 579.1) { this._x = 115.85; this._y = 215.35; hair = new Sound(); hair.attachSound('hair'); hair.start(); this.swapDepths(_global.depth++); trace(this.getDepth()); } else { if (this._x > 281.71 && this._x < 885.4500000000001 && this._y > 10.75 && this._y < 695.25) { this._x = 497.1; this._y = 203.75; hair = new Sound(); hair.attachSound('hair'); hair.start(); this.swapDepths(-16137); trace(this.getDepth()); } } dragging = false; } onClipEvent (press) { this._alpha = 70; } onClipEvent (release) { this._alpha = 100; } } movieClip 251 { } movieClip 253 { } movieClip 254 { } instance a19 of movieClip 254 { onClipEvent (press) { startDrag('', false); dragging = true; } onClipEvent (release, releaseOutside) { stopDrag(); dragging = false; if (this._x > -1.85 && this._x < 270.4 && this._y > 10.75 && this._y < 579.1) { this._x = 115.85; this._y = 215.35; hair = new Sound(); hair.attachSound('hair'); hair.start(); this.swapDepths(_global.depth++); trace(this.getDepth()); } else { if (this._x > 281.71 && this._x < 885.4500000000001 && this._y > 10.75 && this._y < 695.25) { this._x = 481.75; this._y = 198.8; hair = new Sound(); hair.attachSound('hair'); hair.start(); this.swapDepths(-16132); trace(this.getDepth()); } } dragging = false; } onClipEvent (press) { this._alpha = 70; } onClipEvent (release) { this._alpha = 100; } } movieClip 257 { } movieClip 259 { } movieClip 260 { } instance a74 of movieClip 260 { onClipEvent (press) { startDrag('', false); dragging = true; } onClipEvent (release, releaseOutside) { stopDrag(); dragging = false; if (this._x > -1.85 && this._x < 270.4 && this._y > 10.75 && this._y < 579.1) { this._x = 115.9; this._y = 202.55; hair = new Sound(); hair.attachSound('hair'); hair.start(); this.swapDepths(_global.depth++); trace(this.getDepth()); } else { if (this._x > 281.71 && this._x < 885.4500000000001 && this._y > 10.75 && this._y < 695.25) { this._x = 462.25; this._y = 187.4; hair = new Sound(); hair.attachSound('hair'); hair.start(); this.swapDepths(-16127); trace(this.getDepth()); } } dragging = false; } onClipEvent (press) { this._alpha = 70; } onClipEvent (release) { this._alpha = 100; } } movieClip 263 { } movieClip 264 { } instance a73 of movieClip 264 { onClipEvent (press) { startDrag('', false); dragging = true; } onClipEvent (release, releaseOutside) { stopDrag(); dragging = false; if (this._x > -1.85 && this._x < 270.4 && this._y > 10.75 && this._y < 579.1) { this._x = 115.9; this._y = 202.55; hair = new Sound(); hair.attachSound('hair'); hair.start(); this.swapDepths(_global.depth++); trace(this.getDepth()); } else { if (this._x > 281.71 && this._x < 885.4500000000001 && this._y > 10.75 && this._y < 695.25) { this._x = 445.3; this._y = 187.4; hair = new Sound(); hair.attachSound('hair'); hair.start(); this.swapDepths(-16122); trace(this.getDepth()); } } dragging = false; } onClipEvent (press) { this._alpha = 70; } onClipEvent (release) { this._alpha = 100; } } movieClip 266 { } movieClip 268 { } movieClip 269 { instance a13 of movieClip 266 { onClipEvent (press) { startDrag('', false); dragging = true; } onClipEvent (release, releaseOutside) { stopDrag(); dragging = false; if (this._x > -1.85 && this._x < 270.4 && this._y > 10.75 && this._y < 579.1) { this._x = 121.25; this._y = 197; hair = new Sound(); hair.attachSound('hair'); hair.start(); this.swapDepths(_global.depth++); trace(this.getDepth()); } else { if (this._x > 281.71 && this._x < 885.4500000000001 && this._y > 10.75 && this._y < 695.25) { this._x = 418; this._y = 177.25; hair = new Sound(); hair.attachSound('hair'); hair.start(); this.swapDepths(-16267); trace(this.getDepth()); } } dragging = false; } onClipEvent (press) { this._alpha = 70; } onClipEvent (release) { this._alpha = 100; } } } instance a13 of movieClip 269 { onClipEvent (press) { startDrag('', false); dragging = true; } onClipEvent (release, releaseOutside) { stopDrag(); dragging = false; if (this._x > -1.85 && this._x < 270.4 && this._y > 10.75 && this._y < 579.1) { this._x = 121.25; this._y = 197; hair = new Sound(); hair.attachSound('hair'); hair.start(); this.swapDepths(_global.depth++); trace(this.getDepth()); } else { if (this._x > 281.71 && this._x < 885.4500000000001 && this._y > 10.75 && this._y < 695.25) { this._x = 429.25; this._y = 180.75; hair = new Sound(); hair.attachSound('hair'); hair.start(); this.swapDepths(-16119); trace(this.getDepth()); } } dragging = false; } onClipEvent (press) { this._alpha = 70; } onClipEvent (release) { this._alpha = 100; } } movieClip 272 { } movieClip 273 { } instance a12 of movieClip 273 { onClipEvent (press) { startDrag('', false); dragging = true; } onClipEvent (release, releaseOutside) { stopDrag(); dragging = false; if (this._x > -1.85 && this._x < 270.4 && this._y > 10.75 && this._y < 579.1) { this._x = 121.25; this._y = 197; hair = new Sound(); hair.attachSound('hair'); hair.start(); this.swapDepths(_global.depth++); trace(this.getDepth()); } else { if (this._x > 281.71 && this._x < 885.4500000000001 && this._y > 10.75 && this._y < 695.25) { this._x = 409.6; this._y = 180.9; hair = new Sound(); hair.attachSound('hair'); hair.start(); this.swapDepths(-16115); trace(this.getDepth()); } } dragging = false; } onClipEvent (press) { this._alpha = 70; } onClipEvent (release) { this._alpha = 100; } } movieClip 276 { } movieClip 277 { } instance a11 of movieClip 277 { onClipEvent (press) { startDrag('', false); dragging = true; } onClipEvent (release, releaseOutside) { stopDrag(); dragging = false; if (this._x > -1.85 && this._x < 270.4 && this._y > 10.75 && this._y < 579.1) { this._x = 121.25; this._y = 197; hair = new Sound(); hair.attachSound('hair'); hair.start(); this.swapDepths(_global.depth++); trace(this.getDepth()); } else { if (this._x > 281.71 && this._x < 885.4500000000001 && this._y > 10.75 && this._y < 695.25) { this._x = 389.55; this._y = 180.4; hair = new Sound(); hair.attachSound('hair'); hair.start(); this.swapDepths(-16112); trace(this.getDepth()); } } dragging = false; } onClipEvent (press) { this._alpha = 70; } onClipEvent (release) { this._alpha = 100; } } movieClip 280 { } movieClip 281 { } instance a6 of movieClip 281 { onClipEvent (press) { startDrag('', false); dragging = true; } onClipEvent (release, releaseOutside) { stopDrag(); dragging = false; if (this._x > -1.85 && this._x < 270.4 && this._y > 10.75 && this._y < 579.1) { this._x = 118.25; this._y = 196.6; hair = new Sound(); hair.attachSound('hair'); hair.start(); this.swapDepths(_global.depth++); trace(this.getDepth()); } else { if (this._x > 281.71 && this._x < 885.4500000000001 && this._y > 10.75 && this._y < 695.25) { this._x = 365.1; this._y = 180.6; hair = new Sound(); hair.attachSound('hair'); hair.start(); this.swapDepths(-16109); trace(this.getDepth()); } } dragging = false; } onClipEvent (press) { this._alpha = 70; } onClipEvent (release) { this._alpha = 100; } } movieClip 284 { } movieClip 285 { } instance a7 of movieClip 285 { onClipEvent (press) { startDrag('', false); dragging = true; } onClipEvent (release, releaseOutside) { stopDrag(); dragging = false; if (this._x > -1.85 && this._x < 270.4 && this._y > 10.75 && this._y < 579.1) { this._x = 118.25; this._y = 196.6; hair = new Sound(); hair.attachSound('hair'); hair.start(); this.swapDepths(_global.depth++); trace(this.getDepth()); } else { if (this._x > 281.71 && this._x < 885.4500000000001 && this._y > 10.75 && this._y < 695.25) { this._x = 345.3; this._y = 180.6; hair = new Sound(); hair.attachSound('hair'); hair.start(); this.swapDepths(-16106); trace(this.getDepth()); } } dragging = false; } onClipEvent (press) { this._alpha = 70; } onClipEvent (release) { this._alpha = 100; } } movieClip 288 { } movieClip 289 { } instance a72 of movieClip 289 { onClipEvent (press) { startDrag('', false); dragging = true; } onClipEvent (release, releaseOutside) { stopDrag(); dragging = false; if (this._x > -1.85 && this._x < 270.4 && this._y > 10.75 && this._y < 579.1) { this._x = 118.25; this._y = 196.6; hair = new Sound(); hair.attachSound('hair'); hair.start(); this.swapDepths(_global.depth++); trace(this.getDepth()); } else { if (this._x > 281.71 && this._x < 885.4500000000001 && this._y > 10.75 && this._y < 695.25) { this._x = 310.7; this._y = 180.6; hair = new Sound(); hair.attachSound('hair'); hair.start(); this.swapDepths(-16103); trace(this.getDepth()); } } dragging = false; } onClipEvent (press) { this._alpha = 70; } onClipEvent (release) { this._alpha = 100; } }




http://swfchan.com/23/112223/info.shtml
Created: 12/3 -2019 11:29:13 Last modified: 12/3 -2019 11:29:13 Server time: 01/05 -2024 19:48:38