STORY LOOP FURRY PORN GAMES C SERVICES [?] [R] RND POPULAR | Archived flashes: 229595 |
/disc/ · /res/ — /show/ · /fap/ · /gg/ · /swf/ | P0001 · P2595 · P5190 |
This is the info page for Flash #58854 |
100% |
01100001011000010110000101100001011000010110000 10110000101100001011000010110000101100001011000 01011000010110000101100001011000010110000101100 00101100001011000010110000101100001011000010110 00010110000101100001011000010110000101100001011 00001011000010110000101100001011000010110000101 10000101100001011000010110000101100001011000010 11000010110000101100001011000010110000101100001 01100001011000010110000101100001011000010110000 10110000101100001011000010110000101100001011000 01011000010110000101100001011000010110000101100 00101100001011000010110000101100001011000010110 00010110000101100001011000010110000101100001011 00001011000010110000101100001011000010110000101 10000101100001011000010110000101100001011000010 11000010110000101100001011000010110000101100001 01100001011000010110000101100001011000010110000 10110000101100001011000010110000101100001011000 01011000010110000101100001011000010110000101100 00101100001011000010110000101100001011000010110 00010110000101100001011000010110000101100001011 00001011000010110000101100001011000010110000101 10000101100001011000010110000101100001011000010 |
TO ENGLISH |
TO BINARY |
MUTE THIS CRAP |
ActionScript [AS3]
Section 1//MainTimeline (Binaryconverter8_fla.MainTimeline) package Binaryconverter8_fla { import flash.events.*; import flash.text.*; import flash.display.*; import flash.media.*; 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 output:TextField; public var loaded:TextField; public var life; public var urdumb; public var heightt; public var bg:MovieClip; public var soundOn; public var X; public var muteb:MovieClip; public var encrypt3:MovieClip; public var decrypt3:MovieClip; public var s:SoundTransform; public var Y; public var widthh; public var ohs; public var input:TextField; public var ones; public var vol; public function MainTimeline(){ addFrameScript(0, frame1, 1, frame2); } public function addBinary(_arg1:Event){ var _local2:*; _local2 = new BinaryGraphic(Math.floor((Math.random() * 2))); _local2.x = (_local2.x + (widthh * X)); _local2.y = (_local2.y + (heightt * Y)); bg.addChild(_local2); if (X < (550 / widthh)){ X++; } else { X = 0; Y++; }; if (Y > (400 / heightt)){ Y = 0; }; } function frame1(){ stop(); stage.addEventListener(Event.ENTER_FRAME, preloader); } public function decryptFunc3(_arg1:MouseEvent){ var _local2:*; var _local3:*; var _local4:*; var _local5:*; output.text = ""; _local2 = 0; while (_local2 < input.text.length) { _local3 = 0; if ((((input.text.charAt(_local2) == "1")) || ((input.text.charAt(_local2) == "0")))){ _local4 = 7; while (_local4 >= 0) { _local5 = 1000; while (_local5 > 0) { if ((((input.text.charAt(_local2) == "1")) || ((input.text.charAt(_local2) == "0")))){ break; } else { _local2++; }; _local5--; }; if (input.text.charAt(_local2) == "1"){ _local3 = (_local3 + Math.pow(2, _local4)); }; if (_local4 != 0){ _local2++; }; _local4--; }; }; output.appendText(String.fromCharCode(_local3)); _local2++; }; } public function preloader(_arg1:Event){ var _local2:*; _local2 = (loaderInfo.bytesLoaded / loaderInfo.bytesTotal); if (loaderInfo.bytesLoaded >= loaderInfo.bytesTotal){ stage.removeEventListener(Event.ENTER_FRAME, preloader); gotoAndStop(2); } else { if (_local2 < 0.5){ loaded.text = String((Math.round((_local2 * 100)) + "%")); } else { loaded.text = String(((100 - Math.round((_local2 * 100))) + "%")); }; }; } public function checkifurdumb(){ if (urdumb){ }; } public function muteFunc(_arg1:MouseEvent){ if (soundOn){ s.volume = 0; SoundMixer.soundTransform = s; soundOn = false; } else { s.volume = vol; SoundMixer.soundTransform = s; soundOn = true; }; } function frame2(){ urdumb = true; life = 100; soundOn = true; vol = 0.5; ohs = 0; ones = 0; s = new SoundTransform(); s.volume = vol; SoundMixer.soundTransform = s; encrypt3.buttonMode = true; decrypt3.buttonMode = true; stage.focus = input; X = 0; Y = 0; widthh = 12.5; heightt = 15; stage.addEventListener(Event.ENTER_FRAME, addBinary); encrypt3.addEventListener(MouseEvent.CLICK, encryptFunc3); decrypt3.addEventListener(MouseEvent.CLICK, decryptFunc3); muteb.addEventListener(MouseEvent.CLICK, muteFunc); } public function encryptFunc3(_arg1:MouseEvent){ var _local2:*; var _local3:*; checkifurdumb(); output.text = ""; _local2 = 0; while (_local2 < input.text.length) { _local3 = input.text.charAt(_local2).charCodeAt(0); if (_local3 < 1){ output.appendText("0"); }; if (_local3 < 2){ output.appendText("0"); }; if (_local3 < 4){ output.appendText("0"); }; if (_local3 < 8){ output.appendText("0"); }; if (_local3 < 16){ output.appendText("0"); }; if (_local3 < 32){ output.appendText("0"); }; if (_local3 < 64){ output.appendText("0"); }; if (_local3 < 128){ output.appendText("0"); }; output.appendText(decimalToBin(_local3)); _local2++; }; } public function decimalToBin(_arg1){ var _local2:*; _local2 = _arg1.toString(2); return (_local2); } public function decimalToHex(_arg1){ var _local2:*; _local2 = _arg1.toString(16); return (_local2); } } }//package Binaryconverter8_flaSection 2//BinaryGraphic (BinaryGraphic) package { import flash.events.*; import flash.text.*; import flash.display.*; public class BinaryGraphic extends MovieClip { var myFont; private var life;// = 100 public var randumb;// = 0 public var textbox:TextField; var myFormat:TextFormat; public function BinaryGraphic(_arg1){ randumb = 0; textbox = new TextField(); myFormat = new TextFormat(); myFont = new Font1(); life = 100; super(); randumb = _arg1; addEventListener(Event.ADDED, beginClass); addEventListener(Event.ENTER_FRAME, eFrame); } function eFrame(_arg1:Event){ life--; if (life <= 0){ destroyThis(); }; } private function beginClass(_arg1:Event){ life = MovieClip(root).life; textbox.embedFonts = true; textbox.height = 20; textbox.width = 20; textbox.selectable = false; textbox.textColor = 0xFF00; textbox.wordWrap = true; if (randumb == 0){ textbox.text = "0"; MovieClip(root).ohs++; } else { textbox.text = "1"; MovieClip(root).ones++; }; myFormat.size = 20; myFormat.font = myFont.fontName; textbox.defaultTextFormat = myFormat; addChild(textbox); } function destroyThis(){ parent.removeChild(this); removeEventListener(Event.ENTER_FRAME, eFrame); } } }//packageSection 3//Font1 (Font1) package { import flash.text.*; public dynamic class Font1 extends Font { } }//packageSection 4//songlink (songlink) package { import flash.media.*; public dynamic class songlink extends Sound { } }//package
Library Items
Symbol 1 Font | Used by:2 4 12 14 16 | |
Symbol 2 EditableText | Uses:1 | Used by:Timeline |
Symbol 3 Graphic | Used by:6 | |
Symbol 4 Text | Uses:1 | Used by:5 |
Symbol 5 MovieClip | Uses:4 | Used by:6 |
Symbol 6 MovieClip | Uses:3 5 | Used by:Timeline |
Symbol 7 Graphic | Used by:Timeline | |
Symbol 8 Font | Used by:9 10 | |
Symbol 9 EditableText | Uses:8 | Used by:Timeline |
Symbol 10 EditableText | Uses:8 | Used by:Timeline |
Symbol 11 Graphic | Used by:13 15 17 | |
Symbol 12 Text | Uses:1 | Used by:13 |
Symbol 13 MovieClip | Uses:11 12 | Used by:Timeline |
Symbol 14 Text | Uses:1 | Used by:15 |
Symbol 15 MovieClip | Uses:11 14 | Used by:Timeline |
Symbol 16 Text | Uses:1 | Used by:17 |
Symbol 17 MovieClip | Uses:11 16 | Used by:Timeline |
Symbol 18 Sound {songlink} | Used by:Timeline |
Instance Names
"loaded" | Frame 1 | Symbol 2 EditableText |
"bg" | Frame 2 | Symbol 6 MovieClip |
"input" | Frame 2 | Symbol 9 EditableText |
"output" | Frame 2 | Symbol 10 EditableText |
"decrypt3" | Frame 2 | Symbol 13 MovieClip |
"encrypt3" | Frame 2 | Symbol 15 MovieClip |
"muteb" | Frame 2 | Symbol 17 MovieClip |
Special Tags
FileAttributes (69) | Timeline Frame 1 | Access local files only, Metadata not present, AS3. |
|