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

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

Japanese pron.swf

This is the info page for
Flash #156270

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


Text
ゲイ戦車

Please do not take it as an insult

成熟した評価

私の犬は、毎晩私を強姦。
私はかなりこれで満足しています。

とにかく、これを読むことができないあなたのすべてをファック。
ほんの冗談です。このような深刻なを取ることはありません。

私は一度もこぶしであった

ペニス

アスペルガー

時々私は自分自身を
懸命に私は
がらくたおなら!1*

*SUCH A BIG
FAT COCK
I HAVE NEVER
SEEN BIGGER!!!!1

censored

Animation
Voice actor
Additional voice
Special thanks to
Also The Game

wise_irbis
MIT
wise_irbis
your Mom
horsecock

CAST

FAGET

The End

ActionScript [AS3]

Section 1
//MainTimeline (japanesepornlul_fla.MainTimeline) package japanesepornlul_fla { import flash.display.*; public dynamic class MainTimeline extends MovieClip { public function MainTimeline(){ addFrameScript(2252, frame2253); } function frame2253(){ stop(); } } }//package japanesepornlul_fla
Section 2
//Timeline_3 (japanesepornlul_fla.Timeline_3) package japanesepornlul_fla { import flash.events.*; import flash.display.*; import flash.system.*; import adobe.utils.*; import flash.accessibility.*; import flash.errors.*; import flash.external.*; import flash.filters.*; import flash.geom.*; import flash.media.*; import flash.net.*; import flash.printing.*; import flash.profiler.*; import flash.sampler.*; import flash.text.*; import flash.ui.*; import flash.utils.*; import flash.xml.*; public dynamic class Timeline_3 extends MovieClip { public const AUTO_PLAY:Boolean = false; public const FRAME_RATE_ADJUST:Boolean = true; public const LOADER_FRAME_RATE:Number = 30; public var ngButton:SimpleButton; public var bar:MovieClip; public var playButton:SimpleButton; public var loadingComplete:Boolean; public var movieFrameRate:Number; public var initialized:Boolean; public function Timeline_3(){ addFrameScript(0, frame1, 1, frame2); } public function init():void{ if (initialized){ return; }; movieFrameRate = 0; if (((FRAME_RATE_ADJUST) && (stage))){ movieFrameRate = stage.frameRate; stage.frameRate = LOADER_FRAME_RATE; }; initialized = true; stop(); if (((root) && ((root is MovieClip)))){ MovieClip(root).stop(); }; loadingComplete = false; ngButton.addEventListener(MouseEvent.CLICK, ngButtonClickHandler, false, 0, true); addEventListener(Event.ENTER_FRAME, enterFrameHandler, false, 0, true); if (meetsVersion([9, 0, 28, 0])){ addEventListener(Event.REMOVED_FROM_STAGE, cleanup, false, 0, true); }; enterFrameHandler(); } public function meetsVersion(_arg1:Array):Boolean{ var _local2:Array = String(Capabilities.version.split(" ")[1]).split(","); var _local3:uint; while (_local3 < _arg1.length) { if (uint(_local2[_local3]) > _arg1[_local3]){ return (true); }; if (uint(_local2[_local3]) < _arg1[_local3]){ return (false); }; _local3++; }; return (true); } public function enterFrameHandler(_arg1:Event=null):void{ var _local2:Number; if (((((!(movieFrameRate)) && (FRAME_RATE_ADJUST))) && (stage))){ movieFrameRate = stage.frameRate; stage.frameRate = LOADER_FRAME_RATE; }; if (!loadingComplete){ _local2 = 0; if (loaderInfo){ _local2 = (loaderInfo.bytesLoaded / loaderInfo.bytesTotal); }; if (bar){ bar.scaleX = _local2; }; if (_local2 == 1){ loadingComplete = true; if (AUTO_PLAY){ startMovie(); } else { gotoAndPlay("loaded"); }; }; }; } public function ngButtonClickHandler(_arg1:Event):void{ navigateToURL(new URLRequest("http://www.newgrounds.com"), "_blank"); } public function cleanup(_arg1:Event=null){ if (initialized){ ngButton.removeEventListener(MouseEvent.CLICK, ngButtonClickHandler); removeEventListener(Event.ENTER_FRAME, enterFrameHandler); if (meetsVersion([9, 0, 28, 0])){ removeEventListener(Event.REMOVED_FROM_STAGE, cleanup); }; if (movieFrameRate){ stage.frameRate = movieFrameRate; movieFrameRate = 0; }; }; initialized = false; } public function startMovie():void{ cleanup(); if (((root) && ((root is MovieClip)))){ MovieClip(root).play(); }; dispatchEvent(new Event(Event.COMPLETE)); } public function playButtonClickHandler(_arg1:Event=null):void{ startMovie(); } function frame1(){ initialized = false; init(); } function frame2(){ stop(); if (((playButton) && (!(playButton.hasEventListener(MouseEvent.CLICK))))){ playButton.addEventListener(MouseEvent.CLICK, playButtonClickHandler, false, 0, true); }; } } }//package japanesepornlul_fla
Section 3
//VCam_AS3_26 (japanesepornlul_fla.VCam_AS3_26) package japanesepornlul_fla { import flash.events.*; import flash.display.*; import flash.system.*; import adobe.utils.*; import flash.accessibility.*; import flash.errors.*; import flash.external.*; import flash.filters.*; import flash.geom.*; import flash.media.*; import flash.net.*; import flash.printing.*; import flash.profiler.*; import flash.sampler.*; import flash.text.*; import flash.ui.*; import flash.utils.*; import flash.xml.*; public dynamic class VCam_AS3_26 extends MovieClip { public var sh:Number; public var sw:Number; public var camH:Number; public var camW:Number; public function VCam_AS3_26(){ addFrameScript(0, frame1); } public function onAdded(_arg1:Event):void{ init(); } public function init():void{ removeEventListener(Event.ADDED_TO_STAGE, onAdded); var _local1:Object = this.getBounds(this); camH = _local1.height; camW = _local1.width; sh = stage.stageHeight; sw = stage.stageWidth; addEventListener(Event.REMOVED_FROM_STAGE, reset, false, 0, true); addEventListener(Event.ENTER_FRAME, onFrame, false, 0, true); dispatchEvent(new Event(Event.ENTER_FRAME)); } public function onFrame(_arg1:Event):void{ if (((!(parent)) || (!(stage)))){ return; }; var _local2:Number = (camH * scaleY); var _local3:Number = (camW * scaleX); var _local4:Number = (sh / _local2); var _local5:Number = (sw / _local3); var _local6:Matrix = this.transform.matrix.clone(); _local6.invert(); _local6.scale(scaleX, scaleY); _local6.translate((_local3 / 2), (_local2 / 2)); _local6.scale(_local5, _local4); parent.transform.matrix = _local6; parent.transform.colorTransform = this.transform.colorTransform; parent.filters = this.filters; } public function reset(_arg1:Event):void{ removeEventListener(Event.ENTER_FRAME, onFrame); removeEventListener(Event.REMOVED_FROM_STAGE, reset); var _local2:Matrix = new Matrix(); parent.transform.matrix = _local2; parent.filters = []; var _local3:ColorTransform = new ColorTransform(); parent.transform.colorTransform = _local3; } function frame1(){ mouseEnabled = false; mouseChildren = false; visible = false; if (!stage){ addEventListener(Event.ADDED_TO_STAGE, onAdded, false, 0, true); } else { init(); }; } } }//package japanesepornlul_fla

Library Items

Symbol 1 BitmapUsed by:2
Symbol 2 GraphicUses:1Used by:9
Symbol 3 BitmapUsed by:4
Symbol 4 GraphicUses:3Used by:9
Symbol 5 BitmapUsed by:6
Symbol 6 GraphicUses:5Used by:9
Symbol 7 BitmapUsed by:8
Symbol 8 GraphicUses:7Used by:9
Symbol 9 MovieClipUses:2 4 6 8Used by:11
Symbol 10 GraphicUsed by:11
Symbol 11 MovieClipUses:9 10Used by:Timeline
Symbol 12 GraphicUsed by:62
Symbol 13 GraphicUsed by:14 51
Symbol 14 MovieClipUses:13Used by:62
Symbol 15 GraphicUsed by:62
Symbol 16 GraphicUsed by:62
Symbol 17 GraphicUsed by:62
Symbol 18 GraphicUsed by:19
Symbol 19 MovieClipUses:18Used by:20
Symbol 20 MovieClipUses:19Used by:50
Symbol 21 GraphicUsed by:50
Symbol 22 GraphicUsed by:23 24
Symbol 23 MovieClipUses:22Used by:50
Symbol 24 MovieClipUses:22Used by:50
Symbol 25 GraphicUsed by:26
Symbol 26 MovieClipUses:25Used by:46
Symbol 27 GraphicUsed by:31
Symbol 28 GraphicUsed by:31
Symbol 29 GraphicUsed by:30
Symbol 30 MovieClipUses:29Used by:31 34
Symbol 31 MovieClipUses:27 28 30Used by:45
Symbol 32 GraphicUsed by:34
Symbol 33 GraphicUsed by:34
Symbol 34 MovieClipUses:32 33 30Used by:45
Symbol 35 GraphicUsed by:38
Symbol 36 GraphicUsed by:38 41
Symbol 37 GraphicUsed by:38
Symbol 38 MovieClipUses:35 36 37Used by:42
Symbol 39 GraphicUsed by:41
Symbol 40 GraphicUsed by:41
Symbol 41 MovieClipUses:39 36 40Used by:42
Symbol 42 MovieClipUses:38 41Used by:45
Symbol 43 GraphicUsed by:44
Symbol 44 MovieClipUses:43Used by:45
Symbol 45 MovieClipUses:31 34 42 44Used by:46
Symbol 46 MovieClipUses:26 45Used by:50
Symbol 47 FontUsed by:49
Symbol 48 FontUsed by:69 145 148 197 200 218 223
Symbol 49 TextUses:47Used by:50
Symbol 50 MovieClipUses:20 21 23 24 46 49Used by:62
Symbol 51 ButtonUses:13Used by:62
Symbol 52 GraphicUsed by:54
Symbol 53 GraphicUsed by:54
Symbol 54 MovieClipUses:52 53Used by:62
Symbol 55 GraphicUsed by:60
Symbol 56 GraphicUsed by:60
Symbol 57 GraphicUsed by:60
Symbol 58 GraphicUsed by:60
Symbol 59 GraphicUsed by:60
Symbol 60 ButtonUses:55 56 57 58 59Used by:62
Symbol 61 GraphicUsed by:62
Symbol 62 MovieClip {japanesepornlul_fla.Timeline_3}Uses:12 14 15 16 17 50 51 54 60 61Used by:Timeline
Symbol 63 GraphicUsed by:68
Symbol 64 GraphicUsed by:68
Symbol 65 GraphicUsed by:68
Symbol 66 GraphicUsed by:68
Symbol 67 GraphicUsed by:68
Symbol 68 MovieClipUses:63 64 65 66 67Used by:Timeline
Symbol 69 TextUses:48Used by:Timeline
Symbol 70 GraphicUsed by:Timeline
Symbol 71 GraphicUsed by:84
Symbol 72 FontUsed by:74
Symbol 73 FontUsed by:74
Symbol 74 TextUses:72 73Used by:84
Symbol 75 FontUsed by:76
Symbol 76 TextUses:75Used by:84
Symbol 77 FontUsed by:79
Symbol 78 Font
Symbol 79 TextUses:77Used by:84
Symbol 80 FontUsed by:81 82 83
Symbol 81 TextUses:80Used by:84
Symbol 82 TextUses:80Used by:84
Symbol 83 TextUses:80Used by:84
Symbol 84 MovieClipUses:71 74 76 79 81 82 83Used by:Timeline
Symbol 85 SoundUsed by:Timeline
Symbol 86 GraphicUsed by:88
Symbol 87 GraphicUsed by:88
Symbol 88 MovieClipUses:86 87Used by:Timeline
Symbol 89 GraphicUsed by:90
Symbol 90 MovieClip {japanesepornlul_fla.VCam_AS3_26}Uses:89Used by:Timeline
Symbol 91 GraphicUsed by:93
Symbol 92 GraphicUsed by:93
Symbol 93 MovieClipUses:91 92Used by:Timeline
Symbol 94 GraphicUsed by:99
Symbol 95 GraphicUsed by:97
Symbol 96 GraphicUsed by:97
Symbol 97 MovieClipUses:95 96Used by:99
Symbol 98 GraphicUsed by:99
Symbol 99 MovieClipUses:94 97 98Used by:Timeline
Symbol 100 GraphicUsed by:103
Symbol 101 GraphicUsed by:103
Symbol 102 GraphicUsed by:103
Symbol 103 MovieClipUses:100 101 102Used by:Timeline
Symbol 104 GraphicUsed by:Timeline
Symbol 105 GraphicUsed by:111
Symbol 106 GraphicUsed by:111
Symbol 107 GraphicUsed by:111
Symbol 108 GraphicUsed by:111
Symbol 109 GraphicUsed by:111
Symbol 110 GraphicUsed by:111
Symbol 111 MovieClipUses:105 106 107 108 109 110Used by:119
Symbol 112 GraphicUsed by:113
Symbol 113 MovieClipUses:112Used by:119
Symbol 114 GraphicUsed by:118
Symbol 115 GraphicUsed by:118
Symbol 116 GraphicUsed by:118
Symbol 117 GraphicUsed by:118
Symbol 118 MovieClipUses:114 115 116 117Used by:119
Symbol 119 MovieClipUses:111 113 118Used by:Timeline
Symbol 120 GraphicUsed by:Timeline
Symbol 121 GraphicUsed by:Timeline
Symbol 122 GraphicUsed by:125
Symbol 123 GraphicUsed by:124
Symbol 124 MovieClipUses:123Used by:125
Symbol 125 MovieClipUses:122 124Used by:Timeline
Symbol 126 GraphicUsed by:Timeline
Symbol 127 GraphicUsed by:Timeline
Symbol 128 GraphicUsed by:Timeline
Symbol 129 GraphicUsed by:Timeline
Symbol 130 GraphicUsed by:140
Symbol 131 GraphicUsed by:137
Symbol 132 GraphicUsed by:137
Symbol 133 GraphicUsed by:137
Symbol 134 GraphicUsed by:137
Symbol 135 GraphicUsed by:137
Symbol 136 GraphicUsed by:137
Symbol 137 MovieClipUses:131 132 133 134 135 136Used by:140
Symbol 138 GraphicUsed by:140
Symbol 139 GraphicUsed by:140
Symbol 140 MovieClipUses:130 137 138 139Used by:Timeline
Symbol 141 GraphicUsed by:Timeline
Symbol 142 GraphicUsed by:Timeline
Symbol 143 FontUsed by:144
Symbol 144 TextUses:143Used by:Timeline
Symbol 145 TextUses:48Used by:Timeline
Symbol 146 GraphicUsed by:Timeline
Symbol 147 GraphicUsed by:Timeline
Symbol 148 TextUses:48Used by:Timeline
Symbol 149 GraphicUsed by:152
Symbol 150 GraphicUsed by:152
Symbol 151 GraphicUsed by:152
Symbol 152 MovieClipUses:149 150 151Used by:Timeline
Symbol 153 GraphicUsed by:Timeline
Symbol 154 GraphicUsed by:156
Symbol 155 GraphicUsed by:156
Symbol 156 MovieClipUses:154 155Used by:Timeline
Symbol 157 GraphicUsed by:163
Symbol 158 GraphicUsed by:163
Symbol 159 GraphicUsed by:163
Symbol 160 GraphicUsed by:163
Symbol 161 GraphicUsed by:163
Symbol 162 GraphicUsed by:163
Symbol 163 MovieClipUses:157 158 159 160 161 162Used by:Timeline
Symbol 164 GraphicUsed by:165
Symbol 165 MovieClipUses:164Used by:166
Symbol 166 MovieClipUses:165Used by:167
Symbol 167 MovieClipUses:166Used by:Timeline
Symbol 168 GraphicUsed by:174
Symbol 169 GraphicUsed by:174
Symbol 170 GraphicUsed by:174
Symbol 171 GraphicUsed by:174
Symbol 172 GraphicUsed by:174
Symbol 173 GraphicUsed by:174
Symbol 174 MovieClipUses:168 169 170 171 172 173Used by:Timeline
Symbol 175 GraphicUsed by:178
Symbol 176 GraphicUsed by:178
Symbol 177 GraphicUsed by:178
Symbol 178 MovieClipUses:175 176 177Used by:Timeline
Symbol 179 GraphicUsed by:Timeline
Symbol 180 BitmapUsed by:181
Symbol 181 GraphicUses:180Used by:Timeline
Symbol 182 GraphicUsed by:Timeline
Symbol 183 GraphicUsed by:Timeline
Symbol 184 GraphicUsed by:Timeline
Symbol 185 GraphicUsed by:Timeline
Symbol 186 GraphicUsed by:Timeline
Symbol 187 GraphicUsed by:Timeline
Symbol 188 GraphicUsed by:Timeline
Symbol 189 GraphicUsed by:Timeline
Symbol 190 GraphicUsed by:Timeline
Symbol 191 GraphicUsed by:Timeline
Symbol 192 GraphicUsed by:Timeline
Symbol 193 GraphicUsed by:Timeline
Symbol 194 GraphicUsed by:Timeline
Symbol 195 GraphicUsed by:Timeline
Symbol 196 GraphicUsed by:Timeline
Symbol 197 TextUses:48Used by:201
Symbol 198 FontUsed by:199
Symbol 199 TextUses:198Used by:201
Symbol 200 TextUses:48Used by:201
Symbol 201 MovieClipUses:197 199 200Used by:Timeline
Symbol 202 GraphicUsed by:Timeline
Symbol 203 GraphicUsed by:Timeline
Symbol 204 GraphicUsed by:Timeline
Symbol 205 GraphicUsed by:206
Symbol 206 MovieClipUses:205Used by:Timeline
Symbol 207 GraphicUsed by:Timeline
Symbol 208 GraphicUsed by:Timeline
Symbol 209 GraphicUsed by:Timeline
Symbol 210 GraphicUsed by:Timeline
Symbol 211 GraphicUsed by:Timeline
Symbol 212 GraphicUsed by:Timeline
Symbol 213 GraphicUsed by:Timeline
Symbol 214 GraphicUsed by:Timeline
Symbol 215 GraphicUsed by:Timeline
Symbol 216 GraphicUsed by:Timeline
Symbol 217 GraphicUsed by:Timeline
Symbol 218 TextUses:48Used by:Timeline
Symbol 219 GraphicUsed by:Timeline
Symbol 220 GraphicUsed by:Timeline
Symbol 221 GraphicUsed by:Timeline
Symbol 222 GraphicUsed by:224
Symbol 223 TextUses:48Used by:224
Symbol 224 MovieClipUses:222 223Used by:Timeline
Streaming Sound 1Used by:Timeline

Instance Names

"bar"Symbol 62 MovieClip {japanesepornlul_fla.Timeline_3} Frame 1Symbol 14 MovieClip
"ngButton"Symbol 62 MovieClip {japanesepornlul_fla.Timeline_3} Frame 1Symbol 51 Button
"playButton"Symbol 62 MovieClip {japanesepornlul_fla.Timeline_3} Frame 2Symbol 60 Button

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata present, AS3.
SWFMetaData (77)Timeline Frame 11296 bytes "<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmln ..."

Labels

"loaded"Symbol 62 MovieClip {japanesepornlul_fla.Timeline_3} Frame 2




http://swfchan.com/32/156270/info.shtml
Created: 24/10 -2018 02:08:22 Last modified: 24/10 -2018 02:08:22 Server time: 29/04 -2024 08:56:53