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

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

1230638913014.swf

This is the info page for
Flash #44631

(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 + (20 + ((_local2 - _local3) / 10))); _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 = ((square1[i][j].width * 0.5) + (i * square1[i][j].width)); square1[i][j].y = ((square1[i][j].width * 0.5) + (j * square1[i][j].width)); 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/44631/info.shtml
Created: 6/5 -2019 19:00:45 Last modified: 6/5 -2019 19:00:45 Server time: 19/04 -2024 19:10:32