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

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

AppleQuest.swf

This is the info page for
Flash #130267

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


ActionScript [AS1/AS2]
Combined Code
frame 1 { function gotoMySite() { getURL('http://www.furaffinity.net/user/mittsies/', '_top'); } function deadClick() { if (sfxvolume == '34') { ++_root.NoseType; if (_root.NoseType > 2) { _root.NoseType = 1; } _root.char.head.nose.gotoAndStop(_root.NoseType); } else { if (sfxvolume == '7') { if (BlendType == 'normal') { BlendType = 'difference'; } else { BlendType = 'normal'; } _root.char.blendMode = BlendType; } else { getURL('http://mittsies.tumblr.com/', '_top'); } } } var percentloaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; stop(); var myMenu = new ContextMenu(); myMenu.hideBuiltInItems(); myMenu.builtInItems.zoom = true; myMenu.builtInItems.quality = true; myMenu.builtInItems.rewind = true; var copyrightNotice = new ContextMenuItem('© Mittsies 2013', gotoMySite); var deadclick = new ContextMenuItem('Visit my Tumblr!', deadClick); myMenu.customItems.push(copyrightNotice); myMenu.customItems.push(deadclick); _root.menu = myMenu; stopAllSounds(); } movieClip 90 { } instance of movieClip 90 { onClipEvent (enterFrame) { _root.percentloaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; this._alpha = 25 + _root.percentloaded * 0.75; if (_root.percentloaded == 100) { _root.nextFrame(); } } } // unknown tag 88 length 229 movieClip 94 { } instance of movieClip 94 { onClipEvent (enterFrame) { this._alpha = 25 + _root.percentloaded * 0.75; } } movieClip 96 { } movieClip 98 { } instance of movieClip 98 { onClipEvent (enterFrame) { this._xscale = _root.percentloaded * _root.percentloaded / 95; this._alpha = 25 + _root.percentloaded * 0.5; } } frame 2 { cache = SharedObject.getLocal('user'); var initialization = cache.data.init; if (initialization != 'ran') { cache.data.init = 'ran'; cache.data.volumee = 50; cache.data.customizearray = new Array('yes', false); } x = 0; while (x < 17) { if (cache.data.customizearray[x] === undefined || cache.data.customizearray[x] === null) { cache.data.customizearray[x] = 1; } ++x; } var defaultvolumee = cache.data.volumee; var HatsAllowed = cache.data.customizearray[0]; var Completed = cache.data.customizearray[1]; } movieClip 118 { } // unknown tag 88 length 208 // unknown tag 88 length 35 movieClip 127 { } movieClip 131 { frame 1 { gotoAndPlay('hit'); } frame 122 { _root.gotoAndStop('title'); } } button 138 { on (release) { cache.clear(); gotoAndPlay(1); } } movieClip 142 { } movieClip 144 { } movieClip 149 { frame 1 { if (_root.HatsAllowed == 'yes') { stop(); } else { gotoAndStop(2); } } } button 153 { on (release) { gotoAndStop('intro'); } } movieClip 158 { } movieClip 159 { } movieClip 160 { frame 1 { gotoAndStop(2); } frame 2 { stop(); } } button 161 { on (rollOver) { if (_root.HUDfade > 90) { _root.HUDfade = 90; } _root.HUDlock = true; } on (rollOut) { _root.HUDlock = false; } } movieClip 162 { } instance of movieClip 162 { onClipEvent (load) { _root.HUDfade = 0; _root.HUDlock = false; var fadecap; } onClipEvent (enterFrame) { if (!_root.HUDlock) { ++_root.HUDfade; } if (_root.HUDfade > 60) { fadecap = _root.HUDfade - 60; if (fadecap > 90) { fadecap = 90; } this._alpha = 100 - fadecap; if (_root.HUDfade > 160) { } } } } movieClip 166 { frame 7 { stop(); } } frame 4 { } movieClip 183 { } movieClip 284 { } movieClip 287 { } movieClip 290 { } movieClip 292 { } movieClip 293 { } movieClip 302 { frame 564 { _root.gotoAndStop('main'); } } button 307 { on (release) { _root.gotoAndStop('main'); } } button 308 { on (release) { _root.gotoAndStop('main'); } } movieClip 309 { frame 45 { stop(); } } frame 5 { function SceneTransition(phase) { if (phase != _root.Phase1) { SceneBlank(); _root.TransDirFROM = _root.Phase1; _root.TransDirTO = phase; var v2 = new flash.filters.DropShadowFilter(0, 0, 0, 0, 0, 0, 1, 1, false, false, false); StringBeanSoup = String(_root.TransDirFROM); _root.scenelist['scene' + StringBeanSoup].filters = new Array(v2); StringBeanSoup = String(_root.TransDirTO); _root.scenelist['scene' + StringBeanSoup].filters = new Array(v2); _root.scenelist['scene' + StringBeanSoup].gotoAndPlay(1); _root.TransDirSpeed = 8; _root.TransDirSet = 110 / TransDirSpeed; _root.TransDirector.play(); } _root.Phase1 = phase; } function SceneBlank() { x = 0; while (x < ScenesTotal) { if (x != _root.Phase1) { var v2 = String(x); _root.scenelist['scene' + v2]._alpha = 0; _root.scenelist['scene' + v2].gotoAndStop('void'); } ++x; } } function AdjustAlpha(clip, amount) { var v2 = String(clip); _root.scenelist['scene' + v2]._alpha += amount; } function queuemusik(track) { _root.musik.Musik.stop(); _root.musik.Musik.attachSound(MusikTracks[track], isStreaming); _root.MusikTrack = track; _root.MusikPos = 0; if (_root.MusikStatus == 'On') { _root.musik.Musik.start(0, 99); _root.musik.Musik.setVolume(MusikVolume * MVMaster); } } function playsfx(array, soundbyte) { _root.sfxplayer.sfx.attachSound(array[soundbyte]); _root.sfxplayer.sfx.setVolume(sfxvolume * sfxmaster); _root.sfxplayer.sfx.start(0, 1); } function playsfx2(array, soundbyte) { _root.sfxplayer.sfx2.attachSound(array[soundbyte]); _root.sfxplayer.sfx2.setVolume(sfxvolume * sfxmaster); _root.sfxplayer.sfx2.start(0, 1); } function playsfx3(array, soundbyte) { _root.sfxplayer.sfx3.attachSound(array[soundbyte]); _root.sfxplayer.sfx3.setVolume(sfxvolume * sfxmaster); _root.sfxplayer.sfx3.start(0, 1); } function playsound(soundbyte) { _root.sfxplayer.sfx.attachSound(soundbyte); _root.sfxplayer.sfx.setVolume(sfxvolume * sfxmaster); _root.sfxplayer.sfx.start(0, 1); } function playsound2(soundbyte) { _root.sfxplayer.sfx2.attachSound(soundbyte); _root.sfxplayer.sfx2.setVolume(sfxvolume * sfxmaster); _root.sfxplayer.sfx2.start(0, 1); } function playsound3(soundbyte) { _root.sfxplayer.sfx3.attachSound(soundbyte); _root.sfxplayer.sfx3.setVolume(sfxvolume * sfxmaster); _root.sfxplayer.sfx3.start(0, 1); } var Phase1 = 0; var Phase2 = 'loop1'; var TransDirFROM = null; var TransDirTO = null; var TransDirSet = 0; var ScenesTotal = 14; randRange = function (min, max) { var v1 = Math.floor(Math.random() * (max - min + 1)) + min; return v1; }; var MusikPos = 0; var MusikPos2 = 0; var MusikLaunched = 'No'; var MusikStatus = 'On'; var MusikTrack; var MusikTracks = new Array('track1'); var MVMaster = 0.85; var MusikVolume = defaultvolumee; var volumeepos; var volumeeoffset = 0; volumee.volumeeBar._x = _root.defaultvolumee * -0.8 + 40; volumee.volumeeBar.onPress = function () { startDrag(this, false, -40, this._y, 40, this._y); }; volumee.volumeeBar.onReleaseOutside = function () { stopDrag(); }; volumee.volumeeBar.onRelease = volumee.volumeeBar.onReleaseOutside; volumee.volumeeBar.onEnterFrame = function () { volumeepos = int((this._x - volumeeoffset - 40) * -1.25); _root.cache.data.volumee = volumeepos; _root.MusikVolume = volumeepos; _root.sfxvolume = volumeepos; }; var sfxvolume = defaultvolumee; var sfxmaster = 0.6; var sfxbankSquish = new Array('squish_1.wav', 'squish_2.wav', 'squish_3.wav', 'squish4.wav', 'squish5.wav', 'squish6.wav', 'squish7.wav', 'squish8.wav', 'squish9.wav'); var sfxbankSquishsoft = new Array('squishsoft_1.wav', 'squishsoft_2.wav', 'squishsoft_3.wav', 'squishsoft_4.wav', 'squishsoft_5.wav'); var sfxbankSmack = new Array('smack_1.wav', 'smack_2.wav', 'smack_3.wav', 'smack_4.wav', 'smack_5.wav', 'smack_6.wav'); var sfxbankCumshot = new Array('cumshot_1.wav', 'cumshot1.wav', 'cumshot2.wav', 'cumshot3.wav', 'cumshot4.wav'); var sfxbankMoan = new Array('moan1.wav', 'moan3.wav', 'moan4.wav', 'moan5.wav', 'moan6.wav', 'moan7.wav', 'moan8.wav', 'moan9.wav', 'moan10.wav', 'moan11.wav', 'moan12.wav', 'moan13.wav'); SceneBlank(); var FLAG_CalledMenuItem = new Array(0, 0, 0, 0, 0); } movieClip 311 { } movieClip 316 { } movieClip 318 { frame 2 { stop(); } frame 12 { gotoAndPlay(3); } } movieClip 319 { } movieClip 320 { frame 1 { stop(); } } movieClip 343 { frame 8 { x = _root.randRange(0, 100); if (x < 95) { gotoAndPlay(2); } else { gotoAndPlay('blink'); } } frame 17 { x = _root.randRange(0, 100); if (x < 75) { gotoAndPlay('closed'); } else {} } } movieClip 351 { frame 1 { stop(); } frame 22 { gotoAndStop(1); } } movieClip 354 { } movieClip 356 { frame 1 { stop(); } } movieClip 358 { } movieClip 360 { } movieClip 367 { } movieClip 369 { } movieClip 374 { frame 2 { stop(); } frame 34 { stop(); } } movieClip 379 { } movieClip 381 { } movieClip 382 { frame 1 { stop(); } } movieClip 386 { frame 2 { stop(); } } movieClip 387 { instance tentacle of movieClip 386 { onClipEvent (enterFrame) { this._rotation = this._parent._rotation * -0.55; } } } movieClip 391 { frame 2 { stop(); } } movieClip 392 { instance tentacle of movieClip 391 { onClipEvent (enterFrame) { this._rotation = this._parent._rotation * -0.55; } } } movieClip 394 { } movieClip 396 { } movieClip 398 { } button 399 { on (release) { nextFrame(); } } movieClip 400 { frame 1 { stop(); } frame 3 { gotoAndStop(1); } } movieClip 402 { } button 404 { on (release) { nextFrame(); } } movieClip 405 { frame 1 { stop(); } frame 3 { gotoAndStop(1); } } movieClip 406 { } movieClip 408 { frame 1 { stop(); } } movieClip 435 { } movieClip 437 { } movieClip 438 { } movieClip 441 { } movieClip 443 { } movieClip 446 { frame 25 { stop(); } } movieClip 450 { } movieClip 451 { frame 47 { stop(); } } movieClip 454 { } movieClip 456 { } movieClip 458 { } movieClip 475 { frame 9 { x = _root.randRange(0, 100); if (x < 95) { gotoAndPlay(2); } else { gotoAndPlay('blink'); } } frame 17 { x = _root.randRange(0, 100); if (x < 75) { gotoAndPlay('closed'); } else {} } } movieClip 477 { frame 1 { stop(); } } movieClip 480 { frame 1 { stop(); this.eyes.eye1.iris._xscale = 65; this.eyes.eye1.iris._yscale = 65; this.eyes.eye2.iris._xscale = 65; this.eyes.eye2.iris._yscale = 65; this.eyes.eye1.shine.gotoAndPlay('shake'); this.eyes.eye2.shine.gotoAndPlay('shake'); } } movieClip 483 { } movieClip 486 { frame 1 { stop(); } } movieClip 488 { } movieClip 490 { } movieClip 495 { frame 11 { stop(); } } movieClip 527 { frame 1 { stop(); } frame 17 { gotoAndStop(1); } } movieClip 530 { frame 1 { stop(); this.eyes.eye1.iris._xscale = 65; this.eyes.eye1.iris._yscale = 65; this.eyes.eye2.iris._xscale = 65; this.eyes.eye2.iris._yscale = 65; this.eyes.eye1.shine.gotoAndPlay('shake'); this.eyes.eye2.shine.gotoAndPlay('shake'); } } movieClip 559 { } movieClip 577 { } movieClip 592 { frame 1 { stop(); this.eyes.eye1.iris._xscale = 65; this.eyes.eye1.iris._yscale = 65; this.eyes.eye2.iris._xscale = 65; this.eyes.eye2.iris._yscale = 65; this.eyes.eye1.shine.gotoAndPlay('shake'); this.eyes.eye2.shine.gotoAndPlay('shake'); } } movieClip 599 { } movieClip 625 { frame 1 { stop(); this.eyes.eye1.iris._xscale = 65; this.eyes.eye1.iris._yscale = 65; this.eyes.eye2.iris._xscale = 65; this.eyes.eye2.iris._yscale = 65; this.eyes.eye1.shine.gotoAndPlay('shake'); this.eyes.eye2.shine.gotoAndPlay('shake'); } } movieClip 626 { frame 1 { } frame 60 { this.head.eyes.gotoAndPlay('follow1'); } frame 88 { gotoAndPlay('open'); } frame 106 { this.body.torso2.labia.gotoAndPlay('open'); } frame 208 { this.ajleg1.tentacle.gotoAndStop('wrap'); this.ajleg3.tentacle.gotoAndStop('wrap'); } frame 218 { randsfx = _root.randRange(0, _root.sfxbankSquishsoft.length); _root.playsfx2(_root.sfxbankSquishsoft, randsfx); } frame 225 { x = _root.randRange(0, 100); if (x > 70) { this.head.jaw.gotoAndPlay('moan1'); randsfx = _root.randRange(0, _root.sfxbankMoan.length); _root.playsfx3(_root.sfxbankMoan, randsfx); } } frame 237 { gotoAndPlay(_root.Phase2); _root.nested_next.gotoAndStop(1); } frame 260 { randsfx = _root.randRange(0, _root.sfxbankSquish.length); _root.playsfx2(_root.sfxbankSquish, randsfx); } frame 265 { x = _root.randRange(0, 100); if (x > 75) { this.head.jaw.gotoAndPlay('moan1'); randsfx = _root.randRange(0, _root.sfxbankMoan.length); _root.playsfx3(_root.sfxbankMoan, randsfx); } } frame 277 { gotoAndPlay(_root.Phase2); _root.nested_next.gotoAndStop(1); } frame 293 { randsfx = _root.randRange(0, _root.sfxbankSquish.length); _root.playsfx2(_root.sfxbankSquish, randsfx); } frame 298 { x = _root.randRange(0, 100); if (x > 85) { this.head.jaw.gotoAndPlay('moan1'); randsfx = _root.randRange(0, _root.sfxbankMoan.length); _root.playsfx3(_root.sfxbankMoan, randsfx); } } frame 304 { gotoAndPlay(_root.Phase2); _root.nested_next.gotoAndStop(1); } frame 360 { gotoAndPlay('loop1'); _root.Phase2 = 'loop1'; _root.scenelistbtn.gotoAndStop(1); _root.Completed = true; _root.cache.data.customizearray[1] = true; } frame 361 { gotoAndPlay('cum'); } } movieClip 627 { } movieClip 628 { } movieClip 629 { } movieClip 630 { } movieClip 631 { } movieClip 638 { } movieClip 646 { } movieClip 649 { } movieClip 657 { } movieClip 661 { } movieClip 668 { } movieClip 677 { } movieClip 684 { } movieClip 688 { frame 1 { gotoAndStop(2); } } movieClip 693 { frame 1 { gotoAndStop(2); } } movieClip 703 { } movieClip 704 { } movieClip 708 { } movieClip 723 { } movieClip 754 { } movieClip 769 { frame 10 { randsfx = _root.randRange(0, _root.sfxbankSquishsoft.length); _root.playsfx2(_root.sfxbankSquishsoft, randsfx); } } movieClip 778 { } movieClip 783 { } movieClip 793 { } movieClip 807 { } movieClip 808 { frame 2 { stop(); } frame 12 { gotoAndPlay(3); } } movieClip 809 { } movieClip 819 { frame 2 { stop(); _root.queuemusik(0); } frame 80 { randsfx = _root.randRange(0, _root.sfxbankMoan.length); _root.playsfx3(_root.sfxbankMoan, randsfx); } frame 96 { _root.Phase1 = 1; _root.scenelist.scene1._alpha = 100; _root.scenelist.scene1.gotoAndPlay(1); _root.scenelist.scene0._alpha = 0; _root.nested_next.gotoAndStop(1); gotoAndStop('void'); } } movieClip 822 { } movieClip 835 { frame 1 { x = _root.randRange(1, 4); if (x == 1) { gotoAndStop('idle 1'); } if (x == 2) { gotoAndStop('idle 2'); } if (x == 3) { gotoAndStop('idle 3'); } if (x == 4) { gotoAndStop('idle 4'); } } frame 34 { x = _root.randRange(1, 4); if (x == 1) { gotoAndStop('idle 1'); } if (x == 2) { gotoAndStop('idle 2'); } if (x == 3) { gotoAndStop('idle 3'); } if (x == 4) { gotoAndStop('idle 4'); } } frame 50 { x = _root.randRange(1, 4); if (x == 1) { gotoAndStop('idle 1'); } if (x == 2) { gotoAndStop('idle 2'); } if (x == 3) { gotoAndStop('idle 3'); } if (x == 4) { gotoAndStop('idle 4'); } } frame 64 { x = _root.randRange(1, 4); if (x == 1) { gotoAndStop('idle 1'); } if (x == 2) { gotoAndStop('idle 2'); } if (x == 3) { gotoAndStop('idle 3'); } if (x == 4) { gotoAndStop('idle 4'); } } frame 76 { x = _root.randRange(1, 4); if (x == 1) { gotoAndStop('idle 1'); } if (x == 2) { gotoAndStop('idle 2'); } if (x == 3) { gotoAndStop('idle 3'); } if (x == 4) { gotoAndStop('idle 4'); } } } movieClip 837 { } movieClip 838 { } movieClip 854 { } movieClip 855 { } movieClip 997 { frame 14 { randsfx = _root.randRange(0, _root.sfxbankSquishsoft.length); _root.playsfx2(_root.sfxbankSquishsoft, randsfx); } frame 21 { x = _root.randRange(0, 100); if (x > 70) { goobs = _root.randRange(1, 4); this.head.jaw.gotoAndPlay('moan ' + goobs); randsfx = _root.randRange(0, _root.sfxbankMoan.length); _root.playsfx3(_root.sfxbankMoan, randsfx); } } frame 33 { gotoAndPlay(1); } } movieClip 998 { } movieClip 1000 { } movieClip 1001 { } movieClip 1092 { frame 6 { randsfx = _root.randRange(0, _root.sfxbankSquish.length); _root.playsfx2(_root.sfxbankSquish, randsfx); } frame 12 { x = _root.randRange(0, 100); if (x > 80) { goobs = _root.randRange(1, 4); this.head.jaw.gotoAndPlay('moan ' + goobs); randsfx = _root.randRange(0, _root.sfxbankMoan.length); _root.playsfx3(_root.sfxbankMoan, randsfx); } } frame 17 { gotoAndPlay(1); if (_root.FLAG_CalledMenuItem[0] == 0) { _root.nested_next2.gotoAndStop(2); _root.FLAG_CalledMenuItem[0] = 1; } } } movieClip 1136 { } movieClip 1137 { } movieClip 1139 { } movieClip 1141 { } movieClip 1143 { } movieClip 1145 { } movieClip 1148 { } movieClip 1150 { } movieClip 1152 { } movieClip 1154 { } movieClip 1156 { } movieClip 1158 { } movieClip 1180 { frame 71 { gotoAndPlay(1); _root.nested_next.gotoAndStop(1); } } movieClip 1181 { } movieClip 1182 { } movieClip 1183 { } movieClip 1218 { frame 6 { randsfx = _root.randRange(0, _root.sfxbankSquishsoft.length); _root.playsfx2(_root.sfxbankSquishsoft, randsfx); } frame 15 { randsfx = _root.randRange(0, _root.sfxbankSquishsoft.length); _root.playsfx2(_root.sfxbankSquishsoft, randsfx); } frame 19 { gotoAndPlay(1); _root.nested_next.gotoAndStop(1); } } movieClip 1220 { } movieClip 1226 { } movieClip 1231 { } movieClip 1236 { } movieClip 1242 { } movieClip 1244 { } movieClip 1250 { } movieClip 1254 { } movieClip 1260 { } movieClip 1261 { frame 2 { stop(); } frame 12 { gotoAndPlay(3); } } movieClip 1262 { } movieClip 1267 { } movieClip 1268 { } movieClip 1282 { frame 1 { x = _root.randRange(1, 4); if (x == 1) { gotoAndStop('idle 1'); } if (x == 2) { gotoAndStop('idle 2'); } if (x == 3) { gotoAndStop('idle 3'); } if (x == 4) { gotoAndStop('idle 4'); } } frame 34 { x = _root.randRange(1, 4); if (x == 1) { gotoAndStop('idle 1'); } if (x == 2) { gotoAndStop('idle 2'); } if (x == 3) { gotoAndStop('idle 3'); } if (x == 4) { gotoAndStop('idle 4'); } } frame 47 { x = _root.randRange(1, 4); if (x == 1) { gotoAndStop('idle 1'); } if (x == 2) { gotoAndStop('idle 2'); } if (x == 3) { gotoAndStop('idle 3'); } if (x == 4) { gotoAndStop('idle 4'); } } frame 61 { x = _root.randRange(1, 4); if (x == 1) { gotoAndStop('idle 1'); } if (x == 2) { gotoAndStop('idle 2'); } if (x == 3) { gotoAndStop('idle 3'); } if (x == 4) { gotoAndStop('idle 4'); } } frame 73 { x = _root.randRange(1, 4); if (x == 1) { gotoAndStop('idle 1'); } if (x == 2) { gotoAndStop('idle 2'); } if (x == 3) { gotoAndStop('idle 3'); } if (x == 4) { gotoAndStop('idle 4'); } } } movieClip 1284 { } movieClip 1326 { frame 10 { randsfx = _root.randRange(0, _root.sfxbankSquishsoft.length); _root.playsfx2(_root.sfxbankSquishsoft, randsfx); } frame 19 { x = _root.randRange(0, 100); if (x > 85) { goobs = _root.randRange(1, 4); this.head.jaw.gotoAndPlay('moan ' + goobs); randsfx = _root.randRange(0, _root.sfxbankMoan.length); _root.playsfx3(_root.sfxbankMoan, randsfx); } } frame 29 { gotoAndPlay(1); _root.nested_next.gotoAndStop(1); } } movieClip 1329 { } movieClip 1342 { } movieClip 1343 { } movieClip 1344 { } movieClip 1381 { frame 5 { randsfx = _root.randRange(0, _root.sfxbankSquishsoft.length); _root.playsfx2(_root.sfxbankSquishsoft, randsfx); } frame 10 { x = _root.randRange(0, 100); if (x > 85) { goobs = _root.randRange(1, 4); this.head.jaw.gotoAndPlay('moan ' + goobs); randsfx = _root.randRange(0, _root.sfxbankMoan.length); _root.playsfx3(_root.sfxbankMoan, randsfx); } } frame 15 { gotoAndPlay(1); _root.nested_next.gotoAndStop(1); } } movieClip 1385 { } movieClip 1406 { } movieClip 1413 { frame 5 { randsfx = _root.randRange(0, _root.sfxbankSquishsoft.length); _root.playsfx2(_root.sfxbankSquishsoft, randsfx); } frame 19 { gotoAndPlay(1); _root.nested_next.gotoAndStop(1); } } movieClip 1415 { } movieClip 1417 { } movieClip 1419 { } movieClip 1423 { } movieClip 1424 { frame 2 { stop(); } frame 12 { gotoAndPlay(3); } } movieClip 1425 { } movieClip 1434 { } movieClip 1450 { frame 1 { x = _root.randRange(1, 5); if (x == 1) { gotoAndStop('idle 1'); } if (x == 2) { gotoAndStop('idle 2'); } if (x == 3) { gotoAndStop('idle 3'); } if (x == 4) { gotoAndStop('idle 4'); } if (x == 5) { gotoAndStop('idle 5'); } } frame 36 { x = _root.randRange(1, 5); if (x == 1) { gotoAndStop('idle 1'); } if (x == 2) { gotoAndStop('idle 2'); } if (x == 3) { gotoAndStop('idle 3'); } if (x == 4) { gotoAndStop('idle 4'); } if (x == 5) { gotoAndStop('idle 5'); } } frame 49 { x = _root.randRange(1, 5); if (x == 1) { gotoAndStop('idle 1'); } if (x == 2) { gotoAndStop('idle 2'); } if (x == 3) { gotoAndStop('idle 3'); } if (x == 4) { gotoAndStop('idle 4'); } if (x == 5) { gotoAndStop('idle 5'); } } frame 63 { x = _root.randRange(1, 5); if (x == 1) { gotoAndStop('idle 1'); } if (x == 2) { gotoAndStop('idle 2'); } if (x == 3) { gotoAndStop('idle 3'); } if (x == 4) { gotoAndStop('idle 4'); } if (x == 5) { gotoAndStop('idle 5'); } } frame 75 { x = _root.randRange(1, 5); if (x == 1) { gotoAndStop('idle 1'); } if (x == 2) { gotoAndStop('idle 2'); } if (x == 3) { gotoAndStop('idle 3'); } if (x == 4) { gotoAndStop('idle 4'); } if (x == 5) { gotoAndStop('idle 5'); } } } movieClip 1454 { } movieClip 1508 { frame 1 { randsfx = _root.randRange(0, _root.sfxbankSquishsoft.length); _root.playsfx2(_root.sfxbankSquishsoft, randsfx); } frame 4 { x = _root.randRange(0, 100); if (x > 85) { goobs = _root.randRange(1, 4); this.head.jaw.gotoAndPlay('moan ' + goobs); randsfx = _root.randRange(0, _root.sfxbankMoan.length); _root.playsfx3(_root.sfxbankMoan, randsfx); } } frame 6 { randsfx = _root.randRange(0, _root.sfxbankSquishsoft.length); _root.playsfx2(_root.sfxbankSquishsoft, randsfx); } frame 11 { gotoAndPlay(1); _root.nested_next.gotoAndStop(1); } } movieClip 1509 { } movieClip 1510 { } movieClip 1589 { frame 8 { randsfx = _root.randRange(0, _root.sfxbankSquish.length); _root.playsfx2(_root.sfxbankSquish, randsfx); } frame 26 { gotoAndPlay(1); _root.nested_next.gotoAndStop(1); } } movieClip 1596 { } movieClip 1603 { } movieClip 1642 { frame 9 { randsfx = _root.randRange(0, _root.sfxbankSquishsoft.length); _root.playsfx2(_root.sfxbankSquishsoft, randsfx); } frame 26 { gotoAndPlay(1); _root.nested_next.gotoAndStop(1); } } movieClip 1903 { } movieClip 1928 { } movieClip 1937 { } movieClip 1938 { frame 4 { randsfx = _root.randRange(0, _root.sfxbankSquishsoft.length); _root.playsfx2(_root.sfxbankSquishsoft, randsfx); } frame 8 { randsfx = _root.randRange(0, _root.sfxbankSquishsoft.length); _root.playsfx2(_root.sfxbankSquishsoft, randsfx); } frame 10 { randsfx = _root.randRange(0, _root.sfxbankSquishsoft.length); _root.playsfx2(_root.sfxbankSquishsoft, randsfx); } frame 13 { randsfx = _root.randRange(0, _root.sfxbankSquishsoft.length); _root.playsfx2(_root.sfxbankSquishsoft, randsfx); } frame 16 { randsfx = _root.randRange(0, _root.sfxbankSquishsoft.length); _root.playsfx2(_root.sfxbankSquishsoft, randsfx); } frame 19 { randsfx = _root.randRange(0, _root.sfxbankSquishsoft.length); _root.playsfx2(_root.sfxbankSquishsoft, randsfx); } frame 22 { randsfx = _root.randRange(0, _root.sfxbankSquishsoft.length); _root.playsfx2(_root.sfxbankSquishsoft, randsfx); } frame 25 { randsfx = _root.randRange(0, _root.sfxbankSquishsoft.length); _root.playsfx2(_root.sfxbankSquishsoft, randsfx); } frame 28 { randsfx = _root.randRange(0, _root.sfxbankSquishsoft.length); _root.playsfx2(_root.sfxbankSquishsoft, randsfx); } frame 32 { randsfx = _root.randRange(0, _root.sfxbankSquishsoft.length); _root.playsfx2(_root.sfxbankSquishsoft, randsfx); } frame 34 { randsfx = _root.randRange(0, _root.sfxbankSquishsoft.length); _root.playsfx2(_root.sfxbankSquishsoft, randsfx); } frame 37 { randsfx = _root.randRange(0, _root.sfxbankSquishsoft.length); _root.playsfx2(_root.sfxbankSquishsoft, randsfx); } frame 40 { randsfx = _root.randRange(0, _root.sfxbankSquishsoft.length); _root.playsfx2(_root.sfxbankSquishsoft, randsfx); } frame 43 { randsfx = _root.randRange(0, _root.sfxbankSquishsoft.length); _root.playsfx2(_root.sfxbankSquishsoft, randsfx); } frame 46 { randsfx = _root.randRange(0, _root.sfxbankSquishsoft.length); _root.playsfx2(_root.sfxbankSquishsoft, randsfx); } frame 49 { randsfx = _root.randRange(0, _root.sfxbankSquishsoft.length); _root.playsfx2(_root.sfxbankSquishsoft, randsfx); } frame 51 { randsfx = _root.randRange(0, _root.sfxbankSquishsoft.length); _root.playsfx2(_root.sfxbankSquishsoft, randsfx); } frame 55 { randsfx = _root.randRange(0, _root.sfxbankSquishsoft.length); _root.playsfx2(_root.sfxbankSquishsoft, randsfx); } frame 57 { randsfx = _root.randRange(0, _root.sfxbankSquishsoft.length); _root.playsfx2(_root.sfxbankSquishsoft, randsfx); } frame 60 { randsfx = _root.randRange(0, _root.sfxbankSquishsoft.length); _root.playsfx2(_root.sfxbankSquishsoft, randsfx); } frame 63 { randsfx = _root.randRange(0, _root.sfxbankSquishsoft.length); _root.playsfx2(_root.sfxbankSquishsoft, randsfx); } frame 66 { randsfx = _root.randRange(0, _root.sfxbankSquishsoft.length); _root.playsfx2(_root.sfxbankSquishsoft, randsfx); } frame 69 { randsfx = _root.randRange(0, _root.sfxbankSquishsoft.length); _root.playsfx2(_root.sfxbankSquishsoft, randsfx); } frame 161 { _root.SceneTransition(9); _root.scenelistbtn.gotoAndStop(1); _root.Completed = true; _root.cache.data.customizearray[1] = true; } } movieClip 1941 { frame 1 { gotoAndStop(2); } } movieClip 1942 { frame 1 { stop(); } } movieClip 1945 { frame 1 { stop(); } frame 3 { if (_root.TransDirSet > 0) { gotoAndPlay(2); --_root.TransDirSet; _root.AdjustAlpha(_root.TransDirFROM, -_root.TransDirSpeed); _root.AdjustAlpha(_root.TransDirTO, _root.TransDirSpeed); } else { gotoAndStop(1); _root.SceneBlank(); } } } movieClip 1948 { } movieClip 1949 { } movieClip 1953 { } movieClip 1967 { instance of movieClip 1948 { onClipEvent (release) { _root.SceneTransition(1); } } instance of movieClip 1949 { onClipEvent (release) { _root.SceneTransition(5); _root.Phase2 = 'loop1'; } } instance of movieClip 1949 { onClipEvent (release) { _root.SceneTransition(5); _root.Phase2 = 'loop2'; } } instance of movieClip 1949 { onClipEvent (release) { _root.SceneTransition(5); _root.Phase2 = 'loop3'; } } instance of movieClip 1949 { onClipEvent (release) { _root.SceneTransition(5); _root.Phase2 = 'cum'; } } instance of movieClip 1948 { onClipEvent (release) { _root.SceneTransition(3); } } instance of movieClip 1948 { onClipEvent (release) { _root.SceneTransition(5); } } instance of movieClip 1948 { onClipEvent (release) { _root.SceneTransition(6); } } instance of movieClip 1949 { onClipEvent (release) { _root.SceneTransition(1); } } instance of movieClip 1949 { onClipEvent (release) { _root.SceneTransition(2); } } instance of movieClip 1949 { onClipEvent (release) { _root.SceneTransition(4); } } instance of movieClip 1949 { onClipEvent (release) { _root.SceneTransition(6); } } instance of movieClip 1949 { onClipEvent (release) { _root.SceneTransition(7); } } instance of movieClip 1949 { onClipEvent (release) { _root.SceneTransition(8); } } instance of movieClip 1949 { onClipEvent (release) { _root.SceneTransition(9); } } instance of movieClip 1949 { onClipEvent (release) { _root.SceneTransition(10); } } instance of movieClip 1949 { onClipEvent (release) { _root.SceneTransition(11); } } instance of movieClip 1949 { onClipEvent (release) { _root.SceneTransition(12); } } instance of movieClip 1948 { onClipEvent (release) { _root.SceneTransition(9); } } instance of movieClip 1948 { onClipEvent (release) { _root.gotoAndStop('end'); } } } movieClip 1968 { frame 1 { stop(); } frame 3 { gotoAndStop(1); } } movieClip 1974 { } movieClip 1975 { frame 12 { stop(); } } button 1978 { on (release) { _root.SceneTransition(3); gotoAndStop(1); } } button 1983 { on (release) { _root.SceneTransition(5); gotoAndStop(1); } } movieClip 1984 { frame 1 { gotoAndStop(1); } } movieClip 1987 { } instance sfxplayer of movieClip 1987 { onClipEvent (load) { sfx = new Sound(this); sfx2 = new Sound(this); sfx3 = new Sound(this); } } button 1990 { on (release) { _root.musik.nextFrame(); if (_root.MusikStatus == 'Off') { _root.MusikStatus = 'On'; _root.musik.Musik.start(_root.MusikPos / 24, 99); } else { _root.MusikStatus = 'Off'; _root.musik.Musik.stop(); } } } movieClip 1992 { frame 1 { gotoAndStop(2); } frame 4 { gotoAndStop(2); } } instance musik of movieClip 1992 { onClipEvent (load) { Musik = new Sound(this); } onClipEvent (enterFrame) { Musik.setVolume(_root.MusikVolume * _root.MVMaster); } } button 1995 { on (release) { _root.pingy(); if (_quality == 'MEDIUM') { _quality = 'HIGH'; } else { if (_quality == 'HIGH') { _quality = 'LOW'; } else { if (_quality == 'LOW') { _quality = 'MEDIUM'; } } } } } button 1998 { on (release) { _root.hudslider.nextFrame(); } } movieClip 1999 { frame 1 { if (_root.Completed != true) { gotoAndStop(2); } else { stop(); } } } button 2004 { on (release) { if (_root.Phase1 == 0) { _root.scenelist.scene0.play(); } if (_root.Phase1 == 1) { _root.SceneTransition(2); } if (_root.Phase1 == 3) { _root.SceneTransition(4); } else { if (_root.Phase1 == 4) { _root.SceneTransition(6); } else { if (_root.Phase1 == 6) { _root.SceneTransition(7); } else { if (_root.Phase1 == 7) { _root.SceneTransition(8); } else { if (_root.Phase1 == 8) { _root.SceneTransition(9); } else { if (_root.Phase1 == 9) { _root.SceneTransition(10); } else { if (_root.Phase1 == 10) { _root.SceneTransition(11); } else { if (_root.Phase1 == 11) { _root.SceneTransition(12); } } } } } } } } if (_root.Phase1 == 5 && _root.Phase2 == 'loop1') { _root.Phase2 = 'loop2'; } else { if (_root.Phase1 == 5 && _root.Phase2 == 'loop2') { _root.Phase2 = 'loop3'; } else { if (_root.Phase1 == 5 && _root.Phase2 == 'loop3') { _root.Phase2 = 'cum'; } } } gotoAndStop(2); } } movieClip 2006 { frame 1 { stop(); } } movieClip 2010 { } movieClip 2012 { } movieClip 2013 { instance of movieClip 2012 { onClipEvent (enterFrame) { myColor = new Color(this); myColorTransform = new Object(); myColorTransform = {'bb': _root.volumeepos * 2}; myColor.setTransform(myColorTransform); } } } frame 6 { gotoAndStop(2); } movieClip 2016 { } movieClip 2018 { } movieClip 2020 { } movieClip 2022 { } movieClip 2023 { } movieClip 2029 { } button 2032 { on (release) { gotoAndStop('title'); } }




http://swfchan.com/27/130267/info.shtml
Created: 22/2 -2019 09:50:43 Last modified: 22/2 -2019 09:50:43 Server time: 26/04 -2024 00:24:15