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

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

Henry Rollins Comedy - quick animation of horrible standup comedy.swf

This is the info page for
Flash #88527

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


Text
<p align="center"><font face="Tahoma" size="11" color="#ffffff" letterSpacing="0.000000" kerning="1">load</font></p>

100

play

Henry Rollins doing
bad standup comedy

for
Chris Hardwick and
Motion City Soundtrack

animated by
Niraj Shah and Chris Brown

performed by
Niraj Shah

music
"Damaged 1&2" performed by
The Dillinger Escape Plan

Again?

ActionScript [AS3]

Section 1
//MainTimeline (henry_fla.MainTimeline) package henry_fla { import flash.events.*; import flash.display.*; import flash.net.*; public dynamic class MainTimeline extends MovieClip { public var replay_btn:SimpleButton; public var site_btn:SimpleButton; public function MainTimeline(){ addFrameScript(2440, frame2441, 2530, frame2531); } function frame2441(){ site_btn.addEventListener(MouseEvent.MOUSE_DOWN, sitePressed); replay_btn.addEventListener(MouseEvent.MOUSE_DOWN, replayPressed); } public function replayPressed(_arg1:MouseEvent){ gotoAndPlay(1, "bump"); } function frame2531(){ stop(); } public function sitePressed(_arg1:MouseEvent){ var url:String; var request:URLRequest; var event = _arg1; url = "http://www.tlgmedia.com/"; request = new URLRequest(url); try { navigateToURL(request, "_blank"); } catch(e:Error) { trace("Error occurred!"); }; } } }//package henry_fla
Section 2
//NGLoader (NGLoader) package { import flash.events.*; import flash.display.*; import flash.text.*; import flash.system.*; public dynamic class NGLoader extends MovieClip { public const AUTO_PLAY:Boolean = false; public var loadspin:MovieClip; public var playButton:SimpleButton; public var load_txt:TextField; public var loadingComplete:Boolean; public var initialized:Boolean; public function NGLoader(){ addFrameScript(0, frame1, 1, frame2, 11, frame12, 24, frame25); } public function init():void{ if (initialized){ return; }; initialized = true; stop(); if (((root) && ((root is MovieClip)))){ MovieClip(root).stop(); }; loadingComplete = false; 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 enterFrameHandler(_arg1:Event=null):void{ var _local2:Number; if (!loadingComplete){ _local2 = 0; if (loaderInfo){ _local2 = (loaderInfo.bytesLoaded / loaderInfo.bytesTotal); }; loadspin.rotation = (_local2 * 360); if (load_txt){ load_txt.text = String((_local2 * 100)); }; if (_local2 == 1){ loadingComplete = true; if (AUTO_PLAY){ startMovie(); } else { gotoAndPlay("loaded"); }; }; }; } public function meetsVersion(_arg1:Array):Boolean{ var _local2:Array; var _local3:uint; _local2 = String(Capabilities.version.split(" ")[1]).split(","); _local3 = 0; 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 playButtonClickHandler(_arg1:Event=null):void{ play(); } function frame12(){ stop(); } function frame1(){ initialized = false; init(); } function frame25(){ startMovie(); } function frame2(){ if (((playButton) && (!(playButton.hasEventListener(MouseEvent.CLICK))))){ playButton.addEventListener(MouseEvent.CLICK, playButtonClickHandler, false, 0, true); }; } public function cleanup(_arg1:Event=null){ if (initialized){ removeEventListener(Event.ENTER_FRAME, enterFrameHandler); if (meetsVersion([9, 0, 28, 0])){ removeEventListener(Event.REMOVED_FROM_STAGE, cleanup); }; }; initialized = false; } public function startMovie():void{ cleanup(); if (((root) && ((root is MovieClip)))){ MovieClip(root).play(); }; dispatchEvent(new Event(Event.COMPLETE)); } } }//package

Library Items

Symbol 1 GraphicUsed by:17
Symbol 2 FontUsed by:3 9 12
Symbol 3 EditableTextUses:2Used by:17
Symbol 4 GraphicUsed by:5
Symbol 5 MovieClipUses:4Used by:17
Symbol 6 GraphicUsed by:17
Symbol 7 GraphicUsed by:17
Symbol 8 ShapeTweeningUsed by:17
Symbol 9 TextUses:2Used by:17
Symbol 10 ShapeTweeningUsed by:17
Symbol 11 GraphicUsed by:13
Symbol 12 TextUses:2Used by:13
Symbol 13 ButtonUses:11 12Used by:17
Symbol 14 GraphicUsed by:17
Symbol 15 ShapeTweeningUsed by:17
Symbol 16 GraphicUsed by:17
Symbol 17 MovieClip {NGLoader}Uses:1 3 5 6 7 8 9 10 13 14 15 16Used by:Timeline
Symbol 18 GraphicUsed by:Timeline
Symbol 19 GraphicUsed by:Timeline
Symbol 20 GraphicUsed by:Timeline
Symbol 21 GraphicUsed by:23  Timeline
Symbol 22 GraphicUsed by:23
Symbol 23 MovieClipUses:21 22Used by:Timeline
Symbol 24 GraphicUsed by:Timeline
Symbol 25 GraphicUsed by:Timeline
Symbol 26 GraphicUsed by:Timeline
Symbol 27 ShapeTweeningUsed by:Timeline
Symbol 28 GraphicUsed by:Timeline
Symbol 29 GraphicUsed by:Timeline
Symbol 30 ShapeTweeningUsed by:Timeline
Symbol 31 ShapeTweeningUsed by:Timeline
Symbol 32 GraphicUsed by:Timeline
Symbol 33 GraphicUsed by:34
Symbol 34 MovieClipUses:33Used by:Timeline
Symbol 35 GraphicUsed by:36
Symbol 36 MovieClipUses:35Used by:Timeline
Symbol 37 GraphicUsed by:Timeline
Symbol 38 BitmapUsed by:39
Symbol 39 GraphicUses:38Used by:40
Symbol 40 MovieClipUses:39Used by:Timeline
Symbol 41 GraphicUsed by:42
Symbol 42 MovieClipUses:41Used by:Timeline
Symbol 43 GraphicUsed by:44
Symbol 44 MovieClipUses:43Used by:Timeline
Symbol 45 GraphicUsed by:Timeline
Symbol 46 GraphicUsed by:47
Symbol 47 MovieClipUses:46Used by:Timeline
Symbol 48 GraphicUsed by:Timeline
Symbol 49 GraphicUsed by:50
Symbol 50 MovieClipUses:49Used by:Timeline
Symbol 51 GraphicUsed by:Timeline
Symbol 52 GraphicUsed by:54
Symbol 53 GraphicUsed by:54
Symbol 54 MovieClipUses:52 53Used by:Timeline
Symbol 55 GraphicUsed by:56
Symbol 56 MovieClipUses:55Used by:Timeline
Symbol 57 FontUsed by:58 70 71 72 73
Symbol 58 TextUses:57Used by:Timeline
Symbol 59 ShapeTweeningUsed by:Timeline
Symbol 60 GraphicUsed by:Timeline
Symbol 61 GraphicUsed by:Timeline
Symbol 62 GraphicUsed by:Timeline
Symbol 63 GraphicUsed by:Timeline
Symbol 64 GraphicUsed by:Timeline
Symbol 65 GraphicUsed by:Timeline
Symbol 66 GraphicUsed by:Timeline
Symbol 67 GraphicUsed by:Timeline
Symbol 68 ShapeTweeningUsed by:Timeline
Symbol 69 GraphicUsed by:Timeline
Symbol 70 TextUses:57Used by:Timeline
Symbol 71 TextUses:57Used by:Timeline
Symbol 72 TextUses:57Used by:Timeline
Symbol 73 TextUses:57Used by:Timeline
Symbol 74 GraphicUsed by:75
Symbol 75 ButtonUses:74Used by:Timeline
Symbol 76 FontUsed by:77
Symbol 77 TextUses:76Used by:Timeline
Streaming Sound 1Used by:Timeline

Instance Names

"site_btn"Frame 2441Symbol 75 Button
"replay_btn"Frame 2441Symbol 75 Button
"load_txt"Symbol 17 MovieClip {NGLoader} Frame 1Symbol 3 EditableText
"loadspin"Symbol 17 MovieClip {NGLoader} Frame 1Symbol 5 MovieClip
"playButton"Symbol 17 MovieClip {NGLoader} Frame 2Symbol 13 Button

Special Tags

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

Labels

"loaded"Symbol 17 MovieClip {NGLoader} Frame 2




http://swfchan.com/18/88527/info.shtml
Created: 29/3 -2019 12:07:29 Last modified: 29/3 -2019 12:07:29 Server time: 05/05 -2024 08:16:40