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

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

molest.swf

This is the info page for
Flash #43697

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


Text
Loading
TORMENT

Loading
TORMENT.

Loading
TORMENT..

Loading
TORMENT...

<p align="left"><font face="Trebuchet MS" size="16" color="#000000" letterSpacing="0.000000" kerning="1"><b>0%</b></font></p>

http://www.furaffinity.net/user/marcleonhardt/

Enjoying It:

http://www.furaffinity.net/user/marcleonhardt/

http://www.furaffinity.net/user/sorethumb/

The Victim:

http://www.furaffinity.net/user/sorethumb

http://www.furaffinity.net/user/kyorei/

Mastermind:

http://www.furaffinity.net/user/kyorei/

DJ
Mode!!

<p align="center"><font face="Trebuchet MS" size="14" color="#ffffff" letterSpacing="0.000000" kerning="1"><b>DJ</b></font></p><p align="center"><font face="Trebuchet MS" size="14" color="#ffffff" letterSpacing="0.000000" kerning="1">Mode!!</font></p>

ActionScript [AS3]

Section 1
//LoadBar_2 (47_fla.LoadBar_2) package 47_fla { import flash.display.*; import flash.text.*; public dynamic class LoadBar_2 extends MovieClip { public var loadtext:TextField; public function LoadBar_2(){ addFrameScript(0, frame1); } function frame1(){ stop(); } } }//package 47_fla
Section 2
//MainTimeline (47_fla.MainTimeline) package 47_fla { import flash.events.*; import flash.media.*; import flash.display.*; import flash.text.*; import adobe.utils.*; import flash.accessibility.*; import flash.errors.*; import flash.external.*; import flash.filters.*; import flash.geom.*; import flash.net.*; import flash.printing.*; import flash.system.*; import flash.ui.*; import flash.utils.*; import flash.xml.*; public dynamic class MainTimeline extends MovieClip { public var scratchSound:Sound; public var djbutton:SimpleButton; public var molest:MovieClip; public var marcb:SimpleButton; public var loadbar:MovieClip; public var myScratchChannel:SoundChannel; public var oldMouseX; public var isPlayingNow; public var nateb:SimpleButton; public var kittyb:SimpleButton; public function MainTimeline(){ addFrameScript(0, frame1, 3, frame4, 4, frame5); } public function startDJMode(_arg1:MouseEvent){ this.addEventListener(Event.ENTER_FRAME, djMouseOver); this.removeChild(marcb); this.removeChild(nateb); this.removeChild(kittyb); this.removeChild(djbutton); } public function loadProgress(_arg1:ProgressEvent):void{ var _local2:Number; _local2 = Math.ceil((50 * (_arg1.bytesLoaded / _arg1.bytesTotal))); loadbar.gotoAndStop(_local2); loadbar.loadtext.text = ((Math.ceil(((_arg1.bytesLoaded / _arg1.bytesTotal) * 10000)) / 100) + "%"); } public function loadNathan(_arg1:MouseEvent){ var url:String; var request:URLRequest; var eventObject = _arg1; url = "http://www.furaffinity.net/user/sorethumb"; request = new URLRequest(url); try { navigateToURL(request, "_blank"); } catch(e:Error) { trace("Error occurred!"); }; } function frame1(){ loaderInfo.addEventListener(ProgressEvent.PROGRESS, loadProgress); } function frame4(){ marcb.addEventListener(MouseEvent.CLICK, loadMarc); nateb.addEventListener(MouseEvent.CLICK, loadNathan); kittyb.addEventListener(MouseEvent.CLICK, loadKitty); djbutton.addEventListener(MouseEvent.CLICK, startDJMode); oldMouseX = 0; isPlayingNow = false; myScratchChannel = new SoundChannel(); scratchSound = new Sound(); stop(); } function frame5(){ gotoAndStop(4); } public function djMouseOver(_arg1:Event){ if (Math.abs((oldMouseX - this.mouseX)) > 7){ playScratchSound(Math.abs((oldMouseX - this.mouseX))); molest.gotoAndStop(Math.ceil(((this.mouseX / 560) * 34))); }; oldMouseX = this.mouseX; } public function playScratchSound(_arg1:Number){ if (!isPlayingNow){ if (_arg1 < 15){ scratchSound = new nofia5(); } else { if (_arg1 < 30){ scratchSound = (scratchSound = new nofia76()); } else { if (_arg1 < 45){ scratchSound = (scratchSound = new sc_1b()); } else { if (_arg1 < 60){ scratchSound = (scratchSound = new sc_0a()); } else { if (_arg1 < 75){ scratchSound = (scratchSound = new sc_02()); } else { if (_arg1 < 90){ scratchSound = (scratchSound = new nofia74()); } else { if (_arg1 < 105){ scratchSound = (scratchSound = new nofia77()); } else { if (_arg1 < 120){ scratchSound = (scratchSound = new nofia75()); } else { if (_arg1 < 135){ scratchSound = (scratchSound = new sc_15()); } else { if (_arg1 < 150){ scratchSound = (scratchSound = new nofia11()); } else { if (_arg1 < 165){ scratchSound = (scratchSound = new nofia78()); } else { if (_arg1 < 180){ scratchSound = (scratchSound = new nofia13()); } else { if (_arg1 > 200){ scratchSound = (scratchSound = new sc_19()); }; }; }; }; }; }; }; }; }; }; }; }; }; myScratchChannel = scratchSound.play(); isPlayingNow = true; myScratchChannel.addEventListener(Event.SOUND_COMPLETE, clearScratchQueue); }; } public function loadKitty(_arg1:MouseEvent){ var url:String; var request:URLRequest; var eventObject = _arg1; url = "http://www.furaffinity.net/user/kyorei"; request = new URLRequest(url); try { navigateToURL(request, "_blank"); } catch(e:Error) { trace("Error occurred!"); }; } public function clearScratchQueue(_arg1:Event){ isPlayingNow = false; myScratchChannel.removeEventListener(Event.SOUND_COMPLETE, doNothing); } public function doNothing(_arg1:Event){ } public function loadMarc(_arg1:MouseEvent){ var url:String; var request:URLRequest; var eventObject = _arg1; url = "http://www.furaffinity.net/user/marcleonhardt"; request = new URLRequest(url); try { navigateToURL(request, "_blank"); } catch(e:Error) { trace("Error occurred!"); }; } } }//package 47_fla
Section 3
//nofia11 (nofia11) package { import flash.media.*; public dynamic class nofia11 extends Sound { } }//package
Section 4
//nofia13 (nofia13) package { import flash.media.*; public dynamic class nofia13 extends Sound { } }//package
Section 5
//nofia5 (nofia5) package { import flash.media.*; public dynamic class nofia5 extends Sound { } }//package
Section 6
//nofia74 (nofia74) package { import flash.media.*; public dynamic class nofia74 extends Sound { } }//package
Section 7
//nofia75 (nofia75) package { import flash.media.*; public dynamic class nofia75 extends Sound { } }//package
Section 8
//nofia76 (nofia76) package { import flash.media.*; public dynamic class nofia76 extends Sound { } }//package
Section 9
//nofia77 (nofia77) package { import flash.media.*; public dynamic class nofia77 extends Sound { } }//package
Section 10
//nofia78 (nofia78) package { import flash.media.*; public dynamic class nofia78 extends Sound { } }//package
Section 11
//sc_01 (sc_01) package { import flash.media.*; public dynamic class sc_01 extends Sound { } }//package
Section 12
//sc_02 (sc_02) package { import flash.media.*; public dynamic class sc_02 extends Sound { } }//package
Section 13
//sc_0a (sc_0a) package { import flash.media.*; public dynamic class sc_0a extends Sound { } }//package
Section 14
//sc_15 (sc_15) package { import flash.media.*; public dynamic class sc_15 extends Sound { } }//package
Section 15
//sc_19 (sc_19) package { import flash.media.*; public dynamic class sc_19 extends Sound { } }//package
Section 16
//sc_1b (sc_1b) package { import flash.media.*; public dynamic class sc_1b extends Sound { } }//package

Library Items

Symbol 1 Sound {sc_01}
Symbol 2 Sound {nofia5}
Symbol 3 Sound {sc_19}
Symbol 4 Sound {nofia13}
Symbol 5 Sound {nofia78}
Symbol 6 Sound {nofia11}
Symbol 7 Sound {sc_15}
Symbol 8 Sound {nofia75}
Symbol 9 Sound {nofia77}
Symbol 10 Sound {nofia74}
Symbol 11 Sound {sc_02}
Symbol 12 Sound {sc_0a}
Symbol 13 Sound {sc_1b}
Symbol 14 Sound {nofia76}
Symbol 15 GraphicUsed by:97  Timeline
Symbol 16 BitmapUsed by:17 70
Symbol 17 GraphicUses:16Used by:Timeline
Symbol 18 FontUsed by:21 22 23 24 28 99 101 102 105 107 108 112 114 115 120 123
Symbol 19 Font
Symbol 20 FontUsed by:21 22 23 24
Symbol 21 TextUses:18 20Used by:25
Symbol 22 TextUses:18 20Used by:25
Symbol 23 TextUses:18 20Used by:25
Symbol 24 TextUses:18 20Used by:25
Symbol 25 MovieClipUses:21 22 23 24Used by:Timeline
Symbol 26 GraphicUsed by:29
Symbol 27 GraphicUsed by:29
Symbol 28 EditableTextUses:18Used by:29
Symbol 29 MovieClip {47_fla.LoadBar_2}Uses:26 27 28Used by:Timeline
Symbol 30 BitmapUsed by:31
Symbol 31 GraphicUses:30Used by:97
Symbol 32 BitmapUsed by:33
Symbol 33 GraphicUses:32Used by:97
Symbol 34 BitmapUsed by:35
Symbol 35 GraphicUses:34Used by:97
Symbol 36 BitmapUsed by:37
Symbol 37 GraphicUses:36Used by:97
Symbol 38 BitmapUsed by:39
Symbol 39 GraphicUses:38Used by:97
Symbol 40 BitmapUsed by:41
Symbol 41 GraphicUses:40Used by:97
Symbol 42 BitmapUsed by:43
Symbol 43 GraphicUses:42Used by:97
Symbol 44 BitmapUsed by:45
Symbol 45 GraphicUses:44Used by:97
Symbol 46 BitmapUsed by:47
Symbol 47 GraphicUses:46Used by:97
Symbol 48 BitmapUsed by:49
Symbol 49 GraphicUses:48Used by:97
Symbol 50 BitmapUsed by:51
Symbol 51 GraphicUses:50Used by:97
Symbol 52 BitmapUsed by:53
Symbol 53 GraphicUses:52Used by:97
Symbol 54 BitmapUsed by:55
Symbol 55 GraphicUses:54Used by:97
Symbol 56 BitmapUsed by:57
Symbol 57 GraphicUses:56Used by:97
Symbol 58 BitmapUsed by:59
Symbol 59 GraphicUses:58Used by:97
Symbol 60 BitmapUsed by:61
Symbol 61 GraphicUses:60Used by:97
Symbol 62 BitmapUsed by:63
Symbol 63 GraphicUses:62Used by:97
Symbol 64 BitmapUsed by:65
Symbol 65 GraphicUses:64Used by:97
Symbol 66 BitmapUsed by:67
Symbol 67 GraphicUses:66Used by:97
Symbol 68 BitmapUsed by:69
Symbol 69 GraphicUses:68Used by:97
Symbol 70 GraphicUses:16Used by:97
Symbol 71 BitmapUsed by:72
Symbol 72 GraphicUses:71Used by:97
Symbol 73 BitmapUsed by:74
Symbol 74 GraphicUses:73Used by:97
Symbol 75 BitmapUsed by:76
Symbol 76 GraphicUses:75Used by:97
Symbol 77 BitmapUsed by:78
Symbol 78 GraphicUses:77Used by:97
Symbol 79 BitmapUsed by:80
Symbol 80 GraphicUses:79Used by:97
Symbol 81 BitmapUsed by:82
Symbol 82 GraphicUses:81Used by:97
Symbol 83 BitmapUsed by:84
Symbol 84 GraphicUses:83Used by:97
Symbol 85 BitmapUsed by:86
Symbol 86 GraphicUses:85Used by:97
Symbol 87 BitmapUsed by:88
Symbol 88 GraphicUses:87Used by:97
Symbol 89 BitmapUsed by:90
Symbol 90 GraphicUses:89Used by:97
Symbol 91 BitmapUsed by:92
Symbol 92 GraphicUses:91Used by:97
Symbol 93 BitmapUsed by:94
Symbol 94 GraphicUses:93Used by:97
Symbol 95 BitmapUsed by:96
Symbol 96 GraphicUses:95Used by:97
Symbol 97 MovieClipUses:15 31 33 35 37 39 41 43 45 47 49 51 53 55 57 59 61 63 65 67 69 70 72 74 76 78 80 82 84 86 88 90 92 94 96Used by:Timeline
Symbol 98 GraphicUsed by:104 110
Symbol 99 EditableTextUses:18Used by:104
Symbol 100 GraphicUsed by:104
Symbol 101 EditableTextUses:18Used by:104
Symbol 102 EditableTextUses:18Used by:104
Symbol 103 GraphicUsed by:104
Symbol 104 ButtonUses:98 99 100 101 102 103Used by:Timeline
Symbol 105 EditableTextUses:18Used by:110
Symbol 106 GraphicUsed by:110
Symbol 107 EditableTextUses:18Used by:110
Symbol 108 EditableTextUses:18Used by:110
Symbol 109 GraphicUsed by:110
Symbol 110 ButtonUses:98 105 106 107 108 109Used by:Timeline
Symbol 111 GraphicUsed by:117
Symbol 112 EditableTextUses:18Used by:117
Symbol 113 GraphicUsed by:117
Symbol 114 EditableTextUses:18Used by:117
Symbol 115 EditableTextUses:18Used by:117
Symbol 116 GraphicUsed by:117
Symbol 117 ButtonUses:111 112 113 114 115 116Used by:Timeline
Symbol 118 GraphicUsed by:124
Symbol 119 GraphicUsed by:121 124
Symbol 120 TextUses:18Used by:121
Symbol 121 MovieClipUses:119 120Used by:124
Symbol 122 FontUsed by:123
Symbol 123 EditableTextUses:18 122Used by:124
Symbol 124 ButtonUses:118 121 119 123Used by:Timeline

Instance Names

"loadbar"Frame 1Symbol 29 MovieClip {47_fla.LoadBar_2}
"molest"Frame 4Symbol 97 MovieClip
"marcb"Frame 4Symbol 104 Button
"nateb"Frame 4Symbol 110 Button
"kittyb"Frame 4Symbol 117 Button
"djbutton"Frame 4Symbol 124 Button
"loadtext"Symbol 29 MovieClip {47_fla.LoadBar_2} Frame 1Symbol 28 EditableText

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS3.




http://swfchan.com/9/43697/info.shtml
Created: 9/5 -2019 08:24:24 Last modified: 9/5 -2019 08:24:24 Server time: 05/05 -2024 13:53:34