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

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

netnigger.swf

This is the info page for
Flash #44884

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


Text
<p align="left"></p>

<p align="left"><font face="Times New Roman" size="15" color="#ffffff" letterSpacing="0.000000" kerning="1">Send</font></p>

ActionScript [AS3]

Section 1
//letter (toy.letter) package toy { import flash.text.*; public class letter { public var multiplier; public var color; public var offsety; public var cos; public var labelText; public var string; public var x; public var y; public function letter(_arg1:Number, _arg2:Number, _arg3:String, _arg4:String, _arg5:Number, _arg6:Number){ labelText = new TextField(); super(); this.offsety = _arg1; this.multiplier = _arg2; this.string = _arg3; this.x = (-40 + _arg6); this.color = _arg4; if (_arg5 < 0.5){ cos = true; } else { cos = false; }; labelText = new TextField(); labelText.selectable = false; labelText.x = this.x; labelText.htmlText = (((("<font size=\"20\" color=\"#" + _arg4) + "\">") + _arg3) + "</font>"); } public function remove(){ labelText = null; } public function update(){ this.x = (this.x + 2); labelText.x = this.x; if (cos){ this.y = (Math.cos(((this.x * Math.PI) / 180)) * multiplier); } else { this.y = (Math.sin(((this.x * Math.PI) / 180)) * multiplier); }; this.y = (this.y + offsety); labelText.y = this.y; } } }//package toy
Section 2
//MainTimeline (toy_fla.MainTimeline) package toy_fla { import toy.*; import flash.display.*; import flash.text.*; import adobe.utils.*; import flash.accessibility.*; import flash.errors.*; import flash.events.*; 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.system.*; import flash.ui.*; import flash.utils.*; import flash.xml.*; public dynamic class MainTimeline extends MovieClip { public var port; public var timer; public var counter; public var darkener:SimpleButton; public var letters:Array; public var overlay:SimpleButton; public var messagesBox:TextField; public var sendButton:SimpleButton; public var underButton:SimpleButton; public var address; public var xmlSock; public var updateTimer; public function MainTimeline(){ addFrameScript(0, frame1); } public function toggleDarkener(){ darkener.visible = !(darkener.visible); messagesBox.visible = !(messagesBox.visible); sendButton.visible = !(sendButton.visible); } public function updateTick(_arg1){ letters.forEach(updateniggers); if (letters.length > 0){ if (letters[0].x >= 1000){ removeChild(letters[0].labelText); letters[0].remove(); letters.shift(); }; }; } public function mouseClicked(_arg1){ toggleDarkener(); } public function newMessage(_arg1){ var _local2:* = (Math.random() * 0xFFFFFF).toString(16); var _local3:* = (Math.random() * 100); var _local4:* = ((1 + (Math.random() * 3)) * 5); var _local5:* = Math.random(); var _local6:* = 0; while (_local6 <= _arg1.data.length) { letters.push(new letter(_local3, _local4, ("" + _arg1.data.charAt((_arg1.data.length - _local6))), _local2, _local5, (_local6 * -18))); addChild(letters[(letters.length - 1)].labelText); _local6++; }; setChildIndex(overlay, (numChildren - 1)); setChildIndex(underButton, (numChildren - 1)); setChildIndex(darkener, (numChildren - 1)); setChildIndex(messagesBox, (numChildren - 1)); setChildIndex(sendButton, (numChildren - 1)); } public function updateniggers(_arg1, _arg2:int, _arg3:Array):void{ _arg1.update(); } public function xmlEvents(_arg1){ switch (_arg1.type){ case "ioError": timer.reset(); timer.start(); break; case "close": timer.reset(); timer.start(); break; case "securityError": timer.reset(); timer.start(); break; }; } public function reconnect(_arg1){ xmlSock.connect(address, port); timer.reset(); timer.stop(); } function frame1(){ port = 1234; address = "unknownax.is-a-geek.com"; xmlSock = new XMLSocket(); letters = new Array(); counter = 0; timer = new Timer(1000, 30); timer.reset(); timer.addEventListener("timerComplete", reconnect); updateTimer = new Timer(41); updateTimer.reset(); updateTimer.addEventListener("timer", updateTick); updateTimer.start(); darkener.visible = false; messagesBox.visible = false; sendButton.visible = false; messagesBox.backgroundColor = 0x232323; messagesBox.borderColor = 0xFFFFFF; sendButton.addEventListener(MouseEvent.CLICK, sendClicked); underButton.addEventListener(MouseEvent.CLICK, mouseClicked); darkener.addEventListener(MouseEvent.CLICK, mouseClicked); xmlSock.addEventListener(IOErrorEvent.IO_ERROR, xmlEvents); xmlSock.addEventListener(Event.CLOSE, xmlEvents); xmlSock.addEventListener(DataEvent.DATA, newMessage); xmlSock.connect(address, port); } public function sendClicked(_arg1){ xmlSock.send((messagesBox.text + "\n")); messagesBox.text = ""; toggleDarkener(); } } }//package toy_fla

Library Items

Symbol 1 GraphicUsed by:2
Symbol 2 ButtonUses:1Used by:Timeline
Symbol 3 FontUsed by:4 8
Symbol 4 EditableTextUses:3Used by:Timeline
Symbol 5 GraphicUsed by:6
Symbol 6 ButtonUses:5Used by:Timeline
Symbol 7 GraphicUsed by:9
Symbol 8 EditableTextUses:3Used by:9
Symbol 9 ButtonUses:7 8Used by:Timeline
Symbol 10 BitmapUsed by:12
Symbol 11 BitmapUsed by:12
Symbol 12 GraphicUses:10 11Used by:13
Symbol 13 ButtonUses:12Used by:Timeline

Instance Names

"underButton"Frame 1Symbol 2 Button
"messagesBox"Frame 1Symbol 4 EditableText
"darkener"Frame 1Symbol 6 Button
"sendButton"Frame 1Symbol 9 Button
"overlay"Frame 1Symbol 13 Button

Special Tags

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




http://swfchan.com/9/44884/info.shtml
Created: 6/5 -2019 10:10:31 Last modified: 6/5 -2019 10:10:31 Server time: 18/04 -2024 21:30:05