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

swfchan turned sixteen years old the day before yesterday! (5may2024)

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

1230639182302.swf

This is the info page for
Flash #44626

(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 < 5) { _local3 = 0; while (_local3 < 25) { square1[_local2][_local3].x = ((80 + (80 * _local2)) + (10 * Math.sin(((counter / 2) + ((_local2 + 1) * _local3))))); square1[_local2][_local3].scaleX = (square1[_local2][_local3].scaleY = (0.75 + (0.25 * Math.sin(((counter / 2) + ((_local2 + 1) * _local3)))))); _local3++; }; _local2++; }; } function frame1(){ square1 = new Array(); counter = 0; timer = new Timer(50, 0); stage.quality = "BEST"; stage.scaleMode = "noScale"; stage.align = "TL"; mainMenu = new ContextMenu(); contextMenu = mainMenu; contextMenu.hideBuiltInItems(); i = 0; while (i < 5) { square1[i] = new Array(); j = 0; while (j < 25) { square1[i][j] = new Square1(); square1[i][j].x = ((10 + (i * 20)) + (j * 20)); square1[i][j].y = (10 + (j * 20)); 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/44626/info.shtml
Created: 6/5 -2019 19:20:12 Last modified: 6/5 -2019 19:20:12 Server time: 08/05 -2024 03:17:40