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

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

z0r-de_5301.swf

This is the info page for
Flash #239591

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


ActionScript [AS3]
Section 1
//MainTimeline (gentleman_fla.MainTimeline) package gentleman_fla { import flash.events.*; import flash.media.*; import flash.display.*; import flash.ui.*; import flash.accessibility.*; import flash.errors.*; import flash.filters.*; import flash.geom.*; import flash.net.*; import flash.system.*; import flash.text.*; import flash.utils.*; public dynamic class MainTimeline extends MovieClip { public var sound_1:intro; public var channel:SoundChannel; public var rectMask_mc:MovieClip; public var sound_2:main; public var menu:ContextMenu; public function MainTimeline(){ addFrameScript(0, frame1, 1, frame2, 223, frame224); } function frame224(){ stop(); } function frame1(){ menu = new ContextMenu(); menu.builtInItems.forwardAndBack = false; menu.builtInItems.loop = false; menu.builtInItems.play = false; menu.builtInItems.print = true; menu.builtInItems.quality = true; menu.builtInItems.rewind = false; menu.builtInItems.save = false; menu.builtInItems.zoom = false; contextMenu = menu; stop(); rectMask_mc.height = 1; this.addEventListener(Event.ENTER_FRAME, loading); } function frame2(){ sound_1 = new intro(); sound_2 = new main(); channel = new SoundChannel(); channel = sound_1.play(); channel.addEventListener(Event.SOUND_COMPLETE, playMain); } public function playMain(_arg1:Event):void{ channel = sound_2.play(0, 999999999); } public function loading(_arg1:Event):void{ var _local2:Number = this.stage.loaderInfo.bytesLoaded; var _local3:Number = this.stage.loaderInfo.bytesTotal; rectMask_mc.scaleY = (_local2 / _local3); if (_local2 >= _local3){ play(); this.removeEventListener(Event.ENTER_FRAME, loading); }; } } }//package gentleman_fla
Section 2
//intro (intro) package { import flash.media.*; public dynamic class intro extends Sound { } }//package
Section 3
//main (main) package { import flash.media.*; public dynamic class main extends Sound { } }//package

Library Items

Symbol 1 Sound {main}
Symbol 2 Sound {intro}
Symbol 3 GraphicUsed by:Timeline
Symbol 4 GraphicUsed by:Timeline
Symbol 5 GraphicUsed by:6
Symbol 6 MovieClipUses:5Used by:Timeline
Symbol 7 VideoUsed by:Timeline
Symbol 8 VideoUsed by:9
Symbol 9 MovieClipUses:8Used by:Timeline

Instance Names

"rectMask_mc"Frame 1Symbol 6 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS3.
Protect (24)Timeline Frame 10 bytes ""




http://swfchan.com/48/239591/info.shtml
Created: 17/2 -2021 23:35:53 Last modified: 17/2 -2021 23:35:53 Server time: 30/04 -2024 01:19:01