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

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

3DX Fantasy Game.swf

This is the info page for
Flash #104642

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


ActionScript [AS1/AS2]
Combined Code
movieClip 23 { } movieClip 29 defaultSkin { } movieClip 31 cubeSkin { } movieClip 32 Preloader { #initclip Object.registerClass('Preloader', com.Preloaderz.Preloader); #endinitclip frame 1 { stop(); } } movieClip 36 { } movieClip 37 { } // unknown tag 88 length 64 movieClip 42 { } movieClip 20 __Packages.com.Preloaderz.Preloader { #initclip if (!_global.com) { _global.com = new Object(); } if (!_global.com.Preloaderz) { _global.com.Preloaderz = new Object(); } if (!_global.com.Preloaderz.Preloader) { var v1 = function () { super(); this.__livePreview = this._parent == _level0.contents; this.__skinType = com.Preloaderz.Preloader.TYPE_CYCLIC; mx.events.EventDispatcher.initialize(this); }; com.Preloaderz.Preloader = v1; com.Preloaderz.Preloader extends MovieClip; var v2 = v1.prototype; v2.__set__skinSwf = function (skin) { this.__skin = skin; return this.__get__skinSwf(); }; v2.__get__skinSwf = function () { return this.__skin; }; v2.__set__target = function (tg) { this.__target = tg; return this.__get__target(); }; v2.__get__target = function () { return this.__target; }; v2.__set__source = function (source) { this.__source = source; return this.__get__source(); }; v2.__get__source = function () { return this.__source; }; v2.__set__skinType = function (stype) { this.__skinType = stype; return this.__get__skinType(); }; v2.__get__skinType = function () { return this.__skinType; }; v2.__set__resizeLoadedWidth = function (w) { this.__finalWidth = w; return this.__get__resizeLoadedWidth(); }; v2.__get__resizeLoadedWidth = function () { return this.__finalWidth; }; v2.__set__resizeLoadedHeight = function (w) { this.__finalHeight = w; return this.__get__resizeLoadedHeight(); }; v2.__get__resizeLoadedHeight = function () { return this.__finalHeight; }; v2.onLoad = function () { if (this.__livePreview) { return undefined; } this.m_content = this.createEmptyMovieClip('content', this.getNextHighestDepth()); if (this.__skin == '' || this.__skin == 'default') { this.m_mcProgress = this.m_content.attachMovie('cubeSkin', 'progressSkin', 15); } else { this.m_mcProgress = this.m_content.attachMovie(this.__skin, 'progressSkin', 15); } this.SetProgress(0); this.ava._visible = false; if (this.__source == '') { this.dispatchEvent({'type': 'loadingError', 'target': this, 'message': 'Nothing is loaded in constructor, waiting to load call'}); return undefined; } this.loadIt(this.__source, this.__target); }; v2.onResize = function () {}; v2.SetProgress = function (val) { if (val < 0) { val = 0; } else { if (val > 100) { val = 100; } } if (this.m_curProgress != val) { this.m_curProgress = val; this.updateProgress(); this.dispatchEvent({'type': 'progressStatus', 'target': this, 'value': this.getProgress()}); } if (val == 100) { this.onPreLoadInit(); } }; v2.getProgress = function () { return this.m_curProgress; }; v2.updateProgress = function () { if (this.__skinType == com.Preloaderz.Preloader.TYPE_PROGRESSIVE) { this.m_mcProgress.gotoAndStop(Math.round(this.m_mcProgress._totalframes * this.getProgress() / 100)); } }; v2.load = function () { this.loadIt(this.__get__source(), this.__get__target()); }; v2.loadIt = function (path, target) { if (path == '' || path == undefined) { this.dispatchEvent({'type': 'loadingError', 'target': this, 'message': 'Empty or undefined source'}); return undefined; } var v2 = this.getValidTarget(target); this.__target = v2; this.__bStarter = true; this.__target.loadMovie(path); }; v2.getValidTarget = function (targ) { if (targ != null && targ != undefined && targ != '') { if (typeof targ == 'string') { return _root[targ.toString()]; } else { return targ; } } else { var v4 = this._parent.createEmptyMovieClip('preloader_target' + this.getNextHighestDepth(), this.getNextHighestDepth()); v4._x = this._x; v4._y = this._y; return v4; } }; v2.onEnterFrame = function () { if (this.__bStarter) { if (this.__target.getBytesTotal() != 12 && this.__target.getBytesTotal() > 0) { this.SetProgress((this.__target.getBytesLoaded() / this.__target.getBytesTotal()) * 100); } } }; v2.onLoadError = function (target_mc, errorCode, httpStatus) { this.dispatchEvent({'type': 'loadingError', 'target': this, 'message': 'Code:' + errorCode + ' HTTP Status:' + httpStatus}); }; v2.onPreLoadStart = function (mc) { this.__bStarter = true; }; v2.onPreLoadInit = function (mc) { this.__bStarter = false; this.m_mcProgress.removeMovieClip(); this.dispatchEvent({'type': 'progressComplete', 'target': this, 'loadedTarget': this.__target}); this.m_content._visible = false; this.m_content.removeMovieClip(); if (this.__get__resizeLoadedHeight() != 0) { this.__target._height = this.resizeLoadedHeight; } if (this.__get__resizeLoadedWidth() != 0) { this.__target._width = this.resizeLoadedWidth; } }; v1.TYPE_CYCLIC = 'cyclic'; v1.TYPE_PROGRESSIVE = 'progressive'; v2.__target = null; v2.__skin = ''; v2.__source = ''; v2.addProperty('resizeLoadedHeight', v2.__get__resizeLoadedHeight, v2.__set__resizeLoadedHeight); v2.addProperty('resizeLoadedWidth', v2.__get__resizeLoadedWidth, v2.__set__resizeLoadedWidth); v2.addProperty('skinSwf', v2.__get__skinSwf, v2.__set__skinSwf); v2.addProperty('skinType', v2.__get__skinType, v2.__set__skinType); v2.addProperty('source', v2.__get__source, v2.__set__source); v2.addProperty('target', v2.__get__target, v2.__set__target); ASSetPropFlags(com.Preloaderz.Preloader.prototype, null, 1); } #endinitclip } movieClip 33 __Packages.mx.events.EventDispatcher { #initclip if (!_global.mx) { _global.mx = new Object(); } if (!_global.mx.events) { _global.mx.events = new Object(); } if (!_global.mx.events.EventDispatcher) { var v1 = function () {}; mx.events.EventDispatcher = v1; var v2 = v1.prototype; v1._removeEventListener = function (queue, event, handler) { if (queue != undefined) { var v4 = queue.length; var v1; v1 = 0; while (v1 < v4) { var v2 = queue[v1]; if (v2 == handler) { queue.splice(v1, 1); return undefined; } ++v1; } } }; v1.initialize = function (object) { if (mx.events.EventDispatcher._fEventDispatcher == undefined) { mx.events.EventDispatcher._fEventDispatcher = new mx.events.EventDispatcher(); } object.addEventListener = mx.events.EventDispatcher._fEventDispatcher.addEventListener; object.removeEventListener = mx.events.EventDispatcher._fEventDispatcher.removeEventListener; object.dispatchEvent = mx.events.EventDispatcher._fEventDispatcher.dispatchEvent; object.dispatchQueue = mx.events.EventDispatcher._fEventDispatcher.dispatchQueue; }; v2.dispatchQueue = function (queueObj, eventObj) { var v7 = '__q_' + eventObj.type; var v4 = queueObj[v7]; if (v4 != undefined) { var v5; for (v5 in v4) { var v1 = v4[v5]; var v3 = typeof v1; if (v3 == 'object' || v3 == 'movieclip') { if (v1.handleEvent != undefined) { v1.handleEvent(eventObj); } if (v1[eventObj.type] != undefined) { if (mx.events.EventDispatcher.exceptions[eventObj.type] == undefined) { v1[eventObj.type](eventObj); } } } else { v1.apply(queueObj, [eventObj]); } } } }; v2.dispatchEvent = function (eventObj) { if (eventObj.target == undefined) { eventObj.target = this; } this[eventObj.type + 'Handler'](eventObj); this.dispatchQueue(this, eventObj); }; v2.addEventListener = function (event, handler) { var v3 = '__q_' + event; if (this[v3] == undefined) { this[v3] = new Array(); } _global.ASSetPropFlags(this, v3, 1); mx.events.EventDispatcher._removeEventListener(this[v3], event, handler); this[v3].push(handler); }; v2.removeEventListener = function (event, handler) { var v2 = '__q_' + event; mx.events.EventDispatcher._removeEventListener(this[v2], event, handler); }; v1._fEventDispatcher = undefined; v1.exceptions = {'move': 1, 'draw': 1, 'load': 1}; ASSetPropFlags(mx.events.EventDispatcher.prototype, null, 1); } #endinitclip } frame 5 { var nLB = this.getBytesLoaded(); var nTB = this.getBytesTotal(); var ppp = Math.floor((nLB / nTB) * 10); if (nLB >= nTB) { gotoAndStop(10); } else { gotoAndPlay(2); lload.gotoAndStop(ppp); } } frame 10 { stop(); } frame 10 { function loadDmovIN(sWM, sCT) { var v2 = new Object(); mClips[MovieLoaderOn].Dload.gotoAndStop(2); v2.onLoadComplete = function (Dmovie) { mClips[MovieLoaderOn].Dload.gotoAndStop(3); mClips[MovieLoaderOn].Dmovie.gotoAndStop(2); mClips[MovieLoaderOn].isDActive = true; mClips[MovieLoaderOn].ct = sCT; }; var v1 = new MovieClipLoader(); if (isHD) { v1.loadClip('swfFilesHD/' + sWM + '.swf', mClips[MovieLoaderOn].Dmovie); } else { v1.loadClip('swfFiles/' + sWM + '.swf', mClips[MovieLoaderOn].Dmovie); } v1.addListener(v2); removeBrowser(); if (isHD) { mClips[MovieLoaderOn].Dmovie._xscale = 50; mClips[MovieLoaderOn].Dmovie._yscale = 50; mClips[MovieLoaderOn].sideBB._xscale = 100; mClips[MovieLoaderOn].sideBB._yscale = 100; } else { mClips[MovieLoaderOn].Dmovie._xscale = 100; mClips[MovieLoaderOn].Dmovie._yscale = 100; mClips[MovieLoaderOn].sideBB._xscale = 100; mClips[MovieLoaderOn].sideBB._yscale = 100; } } function removeBrowser() { blocker.gotoAndStop(2); BBnp._x += 3000; BBpp._x += 3000; i = 1; while (i < 13) { mClipsL[i]._x += 3000; ++i; } } function loadSelection() { var v2 = new LoadVars(); v2.load('FlashF.php?pageNum=' + PageOn); v2.onLoad = function (bSuccess) { if (bSuccess) { mClipsL[1].gotoAndStop(1); mClipsL[2].gotoAndStop(1); mClipsL[3].gotoAndStop(1); mClipsL[4].gotoAndStop(1); mClipsL[5].gotoAndStop(1); mClipsL[6].gotoAndStop(1); mClipsL[7].gotoAndStop(1); mClipsL[8].gotoAndStop(1); mClipsL[9].gotoAndStop(1); mClipsL[10].gotoAndStop(1); mClipsL[11].gotoAndStop(1); mClipsL[12].gotoAndStop(1); var v2 = new MovieClipLoader(); v2.loadClip('FlashFilesPix/' + this.mm1 + '.jpg', mClipsL[1].Dpic); mClipsL[1].wm = this.mm1; mClipsL[1].ct = this.ct1; mClipsL[1].mName.text = this.mName1; mClipsL[1].tit.text = this.tit1; if (this.mm1.length < 4) { BBnp.gotoAndStop(2); mClipsL[1].gotoAndStop(2); } v2 = new MovieClipLoader(); v2.loadClip('FlashFilesPix/' + this.mm2 + '.jpg', mClipsL[2].Dpic); mClipsL[2].wm = this.mm2; mClipsL[2].ct = this.ct2; mClipsL[2].mName.text = this.mName2; mClipsL[2].tit.text = this.tit2; if (this.mm2.length < 4) { BBnp.gotoAndStop(2); mClipsL[2].gotoAndStop(2); } v2 = new MovieClipLoader(); v2.loadClip('FlashFilesPix/' + this.mm3 + '.jpg', mClipsL[3].Dpic); mClipsL[3].wm = this.mm3; mClipsL[3].ct = this.ct3; mClipsL[3].mName.text = this.mName3; mClipsL[3].tit.text = this.tit3; if (this.mm3.length < 4) { BBnp.gotoAndStop(2); mClipsL[3].gotoAndStop(2); } v2 = new MovieClipLoader(); v2.loadClip('FlashFilesPix/' + this.mm4 + '.jpg', mClipsL[4].Dpic); mClipsL[4].wm = this.mm4; mClipsL[4].ct = this.ct4; mClipsL[4].mName.text = this.mName4; mClipsL[4].tit.text = this.tit4; if (this.mm4.length < 4) { BBnp.gotoAndStop(2); mClipsL[4].gotoAndStop(2); } v2 = new MovieClipLoader(); v2.loadClip('FlashFilesPix/' + this.mm5 + '.jpg', mClipsL[5].Dpic); mClipsL[5].wm = this.mm5; mClipsL[5].ct = this.ct5; mClipsL[5].mName.text = this.mName5; mClipsL[5].tit.text = this.tit5; if (this.mm5.length < 4) { BBnp.gotoAndStop(2); mClipsL[5].gotoAndStop(2); } v2 = new MovieClipLoader(); v2.loadClip('FlashFilesPix/' + this.mm6 + '.jpg', mClipsL[6].Dpic); mClipsL[6].wm = this.mm6; mClipsL[6].ct = this.ct6; mClipsL[6].mName.text = this.mName6; mClipsL[6].tit.text = this.tit6; if (this.mm6.length < 4) { BBnp.gotoAndStop(2); mClipsL[6].gotoAndStop(2); } v2 = new MovieClipLoader(); v2.loadClip('FlashFilesPix/' + this.mm7 + '.jpg', mClipsL[7].Dpic); mClipsL[7].wm = this.mm7; mClipsL[7].ct = this.ct7; mClipsL[7].mName.text = this.mName7; mClipsL[7].tit.text = this.tit7; if (this.mm7.length < 4) { BBnp.gotoAndStop(2); mClipsL[7].gotoAndStop(2); } v2 = new MovieClipLoader(); v2.loadClip('FlashFilesPix/' + this.mm8 + '.jpg', mClipsL[8].Dpic); mClipsL[8].wm = this.mm8; mClipsL[8].ct = this.ct8; mClipsL[8].mName.text = this.mName8; mClipsL[8].tit.text = this.tit8; if (this.mm8.length < 4) { BBnp.gotoAndStop(2); mClipsL[8].gotoAndStop(2); } v2 = new MovieClipLoader(); v2.loadClip('FlashFilesPix/' + this.mm9 + '.jpg', mClipsL[9].Dpic); mClipsL[9].wm = this.mm9; mClipsL[9].ct = this.ct9; mClipsL[9].mName.text = this.mName9; mClipsL[9].tit.text = this.tit9; if (this.mm9.length < 4) { BBnp.gotoAndStop(2); mClipsL[9].gotoAndStop(2); } v2 = new MovieClipLoader(); v2.loadClip('FlashFilesPix/' + this.mm10 + '.jpg', mClipsL[10].Dpic); mClipsL[10].wm = this.mm10; mClipsL[10].ct = this.ct10; mClipsL[10].mName.text = this.mName10; mClipsL[10].tit.text = this.tit10; if (this.mm10.length < 4) { BBnp.gotoAndStop(2); mClipsL[10].gotoAndStop(2); } v2 = new MovieClipLoader(); v2.loadClip('FlashFilesPix/' + this.mm11 + '.jpg', mClipsL[11].Dpic); mClipsL[11].wm = this.mm11; mClipsL[11].ct = this.ct11; mClipsL[11].mName.text = this.mName11; mClipsL[11].tit.text = this.tit11; if (this.mm12.length < 4) { BBnp.gotoAndStop(11); mClipsL[11].gotoAndStop(2); } v2 = new MovieClipLoader(); v2.loadClip('FlashFilesPix/' + this.mm12 + '.jpg', mClipsL[12].Dpic); mClipsL[12].wm = this.mm12; mClipsL[12].ct = this.ct12; mClipsL[12].mName.text = this.mName12; mClipsL[12].tit.text = this.tit12; if (this.mm12.length < 4) { BBnp.gotoAndStop(2); mClipsL[12].gotoAndStop(2); } if (this.mm13.length < 4) { BBnp.gotoAndStop(2); } } }; } var isHD = false; var mClips = [TM1, TM1, TM2, TM3]; var mClipsW = [TM1, TMW1, TMW2, TMW3]; var mClipsL = [mp1, mp1, mp2, mp3, mp4, mp5, mp6, mp7, mp8, mp9, mp10, mp11, mp12]; var MovieLoaderOn = 1; var isStrackon = true; var PageOn = 1; banner.onPress = function () { this.getURL('http://tracker.zombaio.com/?84777313.7878409', '_blank'); }; var mClipOn = 1; mSwitch.onPress = function () { if (mClipOn == 1) { mClipOn = 2; TM1.cstart = 101; TM1.cend = 148; TM1.Dmovie.gotoAndStop(101); } else { if (mClipOn == 2) { mClipOn = 3; TM1.cstart = 201; TM1.cend = 248; TM1.Dmovie.gotoAndStop(201); } else { mClipOn = 1; TM1.cstart = 1; TM1.cend = 48; TM1.Dmovie.gotoAndStop(1); } } }; TM1.isSoundOn = true; TM2.isSoundOn = true; TM3.isSoundOn = true; TM1.isGirlMoanOn = true; TM2.isGirlMoanOn = true; TM3.isGirlMoanOn = true; directions.onPress = function () { directions.gotoAndStop(1); }; bbbDIR.onPress = function () { directions.gotoAndStop(2); }; var sndTrack = new Sound(); sndTrack.attachSound('soundTr'); sndTrack.start(); sndTrack.setVolume(45); sndTrack.onSoundComplete = function () { sndTrack.start(); }; bbbSTO.onPress = function () { if (bbbSTO._currentframe == 1) { bbbSTO.gotoAndStop(2); sndTrack.stop(); isStrackon = false; } else { bbbSTO.gotoAndStop(1); sndTrack.start(); isStrackon = true; } }; bbbMO.onPress = function () { if (bbbMO._currentframe == 1) { bbbMO.gotoAndStop(2); TM1.isGirlMoanOn = false; TM2.isGirlMoanOn = false; TM3.isGirlMoanOn = false; } else { bbbMO.gotoAndStop(1); TM1.isGirlMoanOn = true; TM2.isGirlMoanOn = true; TM3.isGirlMoanOn = true; } }; bbbSO.onPress = function () { if (bbbSO._currentframe == 1) { bbbSO.gotoAndStop(2); bbbSQO.gotoAndStop(2); bbbSTO.gotoAndStop(2); bbbMO.gotoAndStop(2); sndTrack.stop(); isStrackon = false; TM1.isSoundOn = false; TM2.isSoundOn = false; TM3.isSoundOn = false; TM1.isGirlMoanOn = false; TM2.isGirlMoanOn = false; TM3.isGirlMoanOn = false; } else { bbbSO.gotoAndStop(1); bbbSQO.gotoAndStop(1); bbbSTO.gotoAndStop(1); bbbMO.gotoAndStop(1); if (!isStrackon) { sndTrack.start(); isStrackon = true; } TM1.isSoundOn = true; TM2.isSoundOn = true; TM3.isSoundOn = true; TM1.isGirlMoanOn = true; TM2.isGirlMoanOn = true; TM3.isGirlMoanOn = true; } }; bbbSQO.onPress = function () { if (bbbSQO._currentframe == 1) { bbbSQO.gotoAndStop(2); TM1.isSoundOn = false; TM2.isSoundOn = false; TM3.isSoundOn = false; } else { bbbSQO.gotoAndStop(1); TM1.isSoundOn = true; TM2.isSoundOn = true; TM3.isSoundOn = true; } }; blocker.swapDepths(-10); blocker.onPress = function () {}; BBnp.swapDepths(60); BBpp.swapDepths(62); BBpp.gotoAndStop(2); BBnp.onPress = function () { PageOn += 1; loadSelection(); BBpp.gotoAndStop(1); }; BBpp.onPress = function () { PageOn -= 1; BBnp.gotoAndStop(1); loadSelection(); if (PageOn == 1) { BBpp.gotoAndStop(2); } }; } movieClip 45 { frame 1 { stop(); } } movieClip 334 { } movieClip 336 { } movieClip 338 { } movieClip 340 { } movieClip 350 { frame 1 { stop(); } } movieClip 353 { frame 1 { stop(); } } movieClip 354 { frame 1 { stop(); } frame 1 { function playThatMoan() { if (!currentlyMoaning and !girlMoanStop) { currentlyMoaning = true; if (cend < 50) { sndTrack.attachSound(bjMoan[moanSoundOn]); sndTrack.start(); if (moanSoundOn < 5) { moanSoundOn += 1; } else { moanSoundOn = 1; } } else { if (DfrRa < 5) { sndTrack.attachSound(faMoan[moanSoundOn]); sndTrack.start(); if (moanSoundOn < 5) { moanSoundOn += 1; } else { moanSoundOn = 1; } } else { if (DfrRa < 8) { sndTrack.attachSound(fbMoan[moanSoundOn]); sndTrack.start(); if (moanSoundOn < 5) { moanSoundOn += 1; } else { moanSoundOn = 1; } } else { sndTrack.attachSound(fcMoan[moanSoundOn]); sndTrack.start(); if (moanSoundOn < 3) { moanSoundOn += 1; } else { moanSoundOn = 1; } } } } } sndTrack.onSoundComplete = function () { currentlyMoaning = false; }; } function bringTF() { _root.TM1.isDActive = false; _root.TM2.isDActive = false; _root.TM3.isDActive = false; _root.changeD(wm); isDActive = true; } var DfrRa = 1; var cstart = 1; var cend = 48; var ct = 'BJ'; var MoanCounter = 3000; var girlMoanStop = false; var MoanR = Math.random() * 60 + 150; var bjMoan = ['bj', 'bjwav1', 'bjwav2', 'bjwav3', 'bjwav4', 'bjwav5']; var faMoan = ['fa', 'FA_1.WAV', 'FA_2.WAV', 'FA_3.WAV', 'FA_4.WAV', 'FA_5.WAV']; var fbMoan = ['fb', 'FB_1.WAV', 'FB_2.WAV', 'FB_3.WAV', 'FB_4.WAV', 'FB_5.WAV']; var fcMoan = ['fc', 'FC_1.WAV', 'FC_2.WAV', 'FC_3.WAV']; var moanSoundOn = 1; var mClipsW = [TM1, TMW1, TMW2, TMW3]; var mClips = [TM1, TM1, TM2, TM3]; TMclose.onPress = function () { _root.mClipsW[wm].gotoAndStop(1); _root.mClips[wm].gotoAndStop(2); }; var isSquishOn = false; this.onEnterFrame = function () { if (!Fcontrol) { if (Dmovie._currentframe < cend) { Dmovie.gotoAndStop(Dmovie._currentframe + DfrRa); if (Dmovie._currentframe > cstart + 9 and !isSquishOn and isSoundOn) { squish.gotoAndPlay(2); isSquishOn = true; } } else { Dmovie.gotoAndStop(cstart); isSquishOn = false; Dload.gotoAndStop(3); } if (isGirlMoanOn) { MoanCounter += 1; if (MoanCounter > MoanR - DfrRa * 20) { playThatMoan(); MoanCounter = 1; MoanR = Math.random() * 60 + 150; } } } }; var sndTrack = new Sound(); var currentlyMoaning = false; TMfaster.onPress = function () { bringTF(); if (DfrRa < 9) { DfrRa += 1; TMspeed.nextFrame(); } }; TMslower.onPress = function () { bringTF(); if (DfrRa > 1) { DfrRa -= 1; TMspeed.prevFrame(); } }; var scaleOn = false; var scaleOnM = false; var Fcontrol = false; this.onMouseMove = function () { if (scaleOn) { if (Dmovie._xscale > 20) { Dmovie._xscale -= 1; Dmovie._yscale -= 1; sideBB._xscale -= 1; sideBB._yscale -= 1; } } if (scaleOnM) { if (Dmovie._xscale < 500) { Dmovie._xscale += 1; Dmovie._yscale += 1; sideBB._xscale += 1; sideBB._yscale += 1; } } if (Fcontrol) { if (Dmovie._currentframe < cend) { Dmovie.nextFrame(); if (Dmovie._currentframe > cstart + 9 and !isSquishOn and isSoundOn) { squish.gotoAndPlay(2); isSquishOn = true; } } else { Dmovie.gotoAndStop(cstart); isSquishOn = false; Dload.gotoAndStop(3); } if (isGirlMoanOn) { MoanCounter += 1; if (MoanCounter > MoanR - DfrRa * 20) { playThatMoan(); MoanCounter = 1; MoanR = Math.random() * 60 + 150; } } } }; manuCon.onPress = function () { Fcontrol = true; manuCon.gotoAndStop(2); bringTF(); }; scaleM.onPress = function () { scaleOn = true; scaleM.gotoAndStop(2); bringTF(); }; scaleP.onPress = function () { scaleOnM = true; scaleP.gotoAndStop(2); bringTF(); }; TMdrag.onPress = function () { this._parent.startDrag(); TMdrag.gotoAndStop(2); bringTF(); }; sideBB.onPress = function () { this._parent.startDrag(); TMdrag.gotoAndStop(2); bringTF(); }; TMload.onPress = function () { _root.loadDmov(wm); bringTF(); }; Dload.lll.onPress = function () { _root.loadDmov(wm); bringTF(); }; this.onMouseUp = function () { this._parent.stopDrag(); scaleOn = false; scaleOnM = false; Fcontrol = false; manuCon.gotoAndStop(1); scaleM.gotoAndStop(1); scaleP.gotoAndStop(1); TMdrag.gotoAndStop(1); }; } frame 2 { girlMoanStop = true; } } movieClip 357 { frame 1 { stop(); } } movieClip 360 { frame 1 { stop(); } } movieClip 363 { frame 1 { stop(); } } movieClip 366 { frame 1 { stop(); } } movieClip 369 { } movieClip 371 { } movieClip 375 { frame 1 { stop(); } } movieClip 377 { frame 1 { stop(); } } movieClip 380 { }




http://swfchan.com/21/104642/info.shtml
Created: 18/3 -2019 07:53:48 Last modified: 18/3 -2019 07:53:48 Server time: 02/05 -2024 04:00:12