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

swfchan turned sixteen years old yesterday! (5may2024)

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

foxysoul, marcusunderwood.swf

This is the info page for
Flash #221494

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


ActionScript [AS3]
Section 1
//MainTimeline (FSC_fla.MainTimeline) package FSC_fla { import flash.display.*; public dynamic class MainTimeline extends MovieClip { public function MainTimeline(){ addFrameScript(1, frame2); } function frame2(){ this.stop(); } } }//package FSC_fla
Section 2
//Timeline_1 (FSC_fla.Timeline_1) package FSC_fla { import flash.events.*; import flash.display.*; import flash.system.*; 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.profiler.*; import flash.sampler.*; import flash.text.*; import flash.ui.*; import flash.utils.*; import flash.xml.*; public dynamic class Timeline_1 extends MovieClip { public const AUTO_PLAY:Boolean = false; public const FRAME_RATE_ADJUST:Boolean = true; public const LOADER_FRAME_RATE:Number = 30; public var ngButton:SimpleButton; public var bar:MovieClip; public var playButton:SimpleButton; public var loadingComplete:Boolean; public var movieFrameRate:Number; public var initialized:Boolean; public function Timeline_1(){ addFrameScript(0, frame1, 50, frame51); } public function init():void{ if (initialized){ return; }; movieFrameRate = 0; if (((FRAME_RATE_ADJUST) && (stage))){ movieFrameRate = stage.frameRate; stage.frameRate = LOADER_FRAME_RATE; }; initialized = true; stop(); if (((root) && ((root is MovieClip)))){ MovieClip(root).stop(); }; loadingComplete = false; ngButton.addEventListener(MouseEvent.CLICK, ngButtonClickHandler, false, 0, true); addEventListener(Event.ENTER_FRAME, enterFrameHandler, false, 0, true); if (meetsVersion([9, 0, 28, 0])){ addEventListener(Event.REMOVED_FROM_STAGE, cleanup, false, 0, true); }; enterFrameHandler(); } public function meetsVersion(_arg1:Array):Boolean{ var _local2:Array = String(Capabilities.version.split(" ")[1]).split(","); var _local3:uint; while (_local3 < _arg1.length) { if (uint(_local2[_local3]) > _arg1[_local3]){ return (true); }; if (uint(_local2[_local3]) < _arg1[_local3]){ return (false); }; _local3++; }; return (true); } public function enterFrameHandler(_arg1:Event=null):void{ var _local2:Number; if (((((!(movieFrameRate)) && (FRAME_RATE_ADJUST))) && (stage))){ movieFrameRate = stage.frameRate; stage.frameRate = LOADER_FRAME_RATE; }; if (!loadingComplete){ _local2 = 0; if (loaderInfo){ _local2 = (loaderInfo.bytesLoaded / loaderInfo.bytesTotal); }; if (bar){ bar.scaleX = _local2; }; if (_local2 == 1){ loadingComplete = true; if (AUTO_PLAY){ startMovie(); } else { gotoAndPlay("loaded"); }; }; }; } public function ngButtonClickHandler(_arg1:Event):void{ navigateToURL(new URLRequest("http://www.furaffinity.net/user/marcusunderwood/"), "_blank"); } public function cleanup(_arg1:Event=null){ if (initialized){ ngButton.removeEventListener(MouseEvent.CLICK, ngButtonClickHandler); removeEventListener(Event.ENTER_FRAME, enterFrameHandler); if (meetsVersion([9, 0, 28, 0])){ removeEventListener(Event.REMOVED_FROM_STAGE, cleanup); }; if (movieFrameRate){ stage.frameRate = movieFrameRate; movieFrameRate = 0; }; }; initialized = false; } public function startMovie():void{ cleanup(); if (((root) && ((root is MovieClip)))){ MovieClip(root).play(); }; dispatchEvent(new Event(Event.COMPLETE)); } public function playButtonClickHandler(_arg1:Event=null):void{ startMovie(); } function frame1(){ initialized = false; init(); } function frame51(){ stop(); if (((playButton) && (!(playButton.hasEventListener(MouseEvent.CLICK))))){ playButton.addEventListener(MouseEvent.CLICK, playButtonClickHandler, false, 0, true); }; } } }//package FSC_fla
Section 3
//Timeline_7 (FSC_fla.Timeline_7) package FSC_fla { import flash.display.*; public dynamic class Timeline_7 extends MovieClip { public function Timeline_7(){ addFrameScript(39, frame40); } function frame40(){ stop(); } } }//package FSC_fla

Library Items

Symbol 1 BitmapUsed by:2
Symbol 2 GraphicUses:1Used by:Timeline
Symbol 3 GraphicUsed by:39
Symbol 4 VideoUsed by:5
Symbol 5 MovieClipUses:4Used by:39
Symbol 6 GraphicUsed by:7
Symbol 7 MovieClipUses:6Used by:39
Symbol 8 GraphicUsed by:10
Symbol 9 GraphicUsed by:10
Symbol 10 MovieClipUses:8 9Used by:39
Symbol 11 GraphicUsed by:39
Symbol 12 GraphicUsed by:39
Symbol 13 GraphicUsed by:39
Symbol 14 GraphicUsed by:21 25
Symbol 15 GraphicUsed by:21 25
Symbol 16 GraphicUsed by:21 25
Symbol 17 GraphicUsed by:21 25
Symbol 18 GraphicUsed by:21 25
Symbol 19 GraphicUsed by:21 25
Symbol 20 GraphicUsed by:21 25
Symbol 21 MovieClipUses:14 15 16 17 18 19 20Used by:39
Symbol 22 GraphicUsed by:23
Symbol 23 ButtonUses:22Used by:39
Symbol 24 GraphicUsed by:25
Symbol 25 MovieClip {FSC_fla.Timeline_7}Uses:14 15 16 17 18 19 20 24Used by:39
Symbol 26 ShapeTweeningUsed by:39
Symbol 27 GraphicUsed by:39
Symbol 28 ShapeTweeningUsed by:39
Symbol 29 ShapeTweeningUsed by:39
Symbol 30 GraphicUsed by:39
Symbol 31 GraphicUsed by:38
Symbol 32 GraphicUsed by:38
Symbol 33 BitmapUsed by:34 37
Symbol 34 GraphicUses:33Used by:38
Symbol 35 GraphicUsed by:38
Symbol 36 GraphicUsed by:38
Symbol 37 GraphicUses:33Used by:38
Symbol 38 ButtonUses:31 32 34 35 36 37Used by:39
Symbol 39 MovieClip {FSC_fla.Timeline_1}Uses:3 5 7 10 11 12 13 21 23 25 26 27 28 29 30 38Used by:Timeline
Symbol 40 VideoUsed by:41
Symbol 41 MovieClipUses:40Used by:Timeline

Instance Names

"bar"Symbol 39 MovieClip {FSC_fla.Timeline_1} Frame 1Symbol 7 MovieClip
"ngButton"Symbol 39 MovieClip {FSC_fla.Timeline_1} Frame 1Symbol 23 Button
"playButton"Symbol 39 MovieClip {FSC_fla.Timeline_1} Frame 47Symbol 38 Button

Special Tags

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

Labels

"loaded"Symbol 39 MovieClip {FSC_fla.Timeline_1} Frame 2




http://swfchan.com/45/221494/info.shtml
Created: 2/8 -2019 19:40:08 Last modified: 2/8 -2019 19:40:08 Server time: 06/05 -2024 08:02:54