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

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

flaxor.swf

This is the info page for
Flash #111736

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


ActionScript [AS3]
Section 1
//Main (Main) package { import flash.events.*; import flash.display.*; public class Main extends Sprite { public var sw:int; public var timer:int;// = 0 public var mx:Number; public var my:Number; public var bitmap:Bitmap; public var sh:int; public var canvas:BitmapData; public function Main(){ stage.scaleMode = "noScale"; stage.align = "T_L"; stage.addEventListener("resize", init); init(null); addEventListener("enterFrame", loop); } public function init(_arg1:Event):void{ sw = stage.stageWidth; sh = stage.stageHeight; canvas = new BitmapData(sw, sh, false); bitmap = new Bitmap(canvas); if (contains(bitmap)){ removeChild(bitmap); }; addChild(bitmap); } public function loop(_arg1:Event):void{ var _local3:int; canvas.lock(); var _local2:int; while (_local2 < sw) { _local3 = 0; while (_local3 < sh) { canvas.setPixel(_local2, _local3, (((_local2 + timer) ^ (_local3 + timer)) * timer)); _local3++; }; _local2++; }; canvas.unlock(); timer++; } } }//package

Special Tags

FileAttributes (69)Timeline Frame 1Access network only, Metadata present, AS3.
SWFMetaData (77)Timeline Frame 1458 bytes "<rdf:RDF xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'><rdf:Description rdf:about='' xmlns ..."
ScriptLimits (65)Timeline Frame 1MaxRecursionDepth: 1000, ScriptTimeout: 60 seconds
SerialNumber (41)Timeline Frame 1

Labels

"Main"Frame 1




http://swfchan.com/23/111736/info.shtml
Created: 12/3 -2019 19:56:56 Last modified: 12/3 -2019 19:56:56 Server time: 19/05 -2024 21:49:15