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

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

1230639067118.swf

This is the info page for
Flash #44624

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


ActionScript [AS3]
Section 1
//MainTimeline (1_fla.MainTimeline) package 1_fla { import flash.events.*; import flash.display.*; import flash.utils.*; import flash.ui.*; 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.system.*; import flash.text.*; import flash.xml.*; public dynamic class MainTimeline extends MovieClip { public var counter:uint; public var timer:Timer; public var i:uint; public var j:uint; public var square1:Array; public var mainMenu:ContextMenu; public function MainTimeline(){ addFrameScript(0, frame1); } public function timerFunction(_arg1:TimerEvent):void{ var _local2:uint; var _local3:uint; counter++; _local2 = 0; while (_local2 < 25) { _local3 = 0; while (_local3 < 25) { square1[_local2][_local3].rotation = (square1[_local2][_local3].rotation + 5); _local3++; }; _local2++; }; } function frame1(){ square1 = new Array(); counter = 0; timer = new Timer(1, 0); stage.quality = "BEST"; stage.scaleMode = "noScale"; stage.align = "TL"; mainMenu = new ContextMenu(); contextMenu = mainMenu; contextMenu.hideBuiltInItems(); i = 0; while (i < 25) { square1[i] = new Array(); j = 0; while (j < 25) { square1[i][j] = new Square1(); square1[i][j].x = (10 + (i * 20)); square1[i][j].y = (10 + (j * 20)); square1[i][j].rotation = ((-(i) * 10) - (j * 10)); addChild(square1[i][j]); j++; }; i++; }; timer.addEventListener(TimerEvent.TIMER, timerFunction); timer.start(); } } }//package 1_fla
Section 2
//Square1 (Square1) package { import flash.display.*; public dynamic class Square1 extends MovieClip { } }//package

Library Items

Symbol 1 GraphicUsed by:2
Symbol 2 MovieClip {Square1}Uses:1

Special Tags

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




http://swfchan.com/9/44624/info.shtml
Created: 6/5 -2019 19:25:32 Last modified: 6/5 -2019 19:25:32 Server time: 20/04 -2024 12:13:52