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

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

Red_Hero_final.swf

This is the info page for
Flash #44037

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


Text
Mesage here

Play

In a World...

Caught in a WAR

Between
SCREWDRIVERS
and
MOTHERBOARDS

A Hero
Will
Emerge

ActionScript [AS1/AS2]

Frame 1
var Width_OF_PL = "INTERNAL_TWCPX_NMBR_N10000x10000_MWIDTH:-:-:550"; StrArray = Width_OF_PL.split(":-:-:"); Width_OF_PL = Number(StrArray[StrArray.length - 1]); trace(Width_OF_PL); var Height_OF_PL = "INTERNAL_TWCPX_NMBR_N10000x10000_MHEIGHT:-:-:400"; StrArray = Height_OF_PL.split(":-:-:"); Height_OF_PL = Number(StrArray[StrArray.length - 1]); trace(Height_OF_PL); var showProgress = "INTERNAL_TWCPX_BOOL_Show_Progress:-:-:True"; var StrArray = showProgress.split(":-:-:"); trace(StrArray[StrArray.length - 1]); showProgress = Boolean(StrArray[StrArray.length - 1]); trace(showProgress); var simulation = "INTERNAL_TWCPX_BOOL_SimulationMode:-:-:"; var StrArray = simulation.split(":-:-:"); simulation = Boolean(StrArray[StrArray.length - 1]); trace(simulation); var Xoffset = "INTERNAL_TWCPX_NMBR_N10000x10000_Preloader_X_Offset:-:-:0"; StrArray = Xoffset.split(":-:-:"); Xoffset = Number(StrArray[StrArray.length - 1]); trace(Xoffset); var Yoffset = "INTERNAL_TWCPX_NMBR_N10000x10000_Preloader_Y_Offset:-:-:0"; StrArray = Yoffset.split(":-:-:"); Yoffset = Number(StrArray[StrArray.length - 1]); trace(Yoffset); var BackgroundColor = "CONST_TWCPX_COLR_Background_Color:-:-:0x666666"; StrArray = BackgroundColor.split(":-:-:"); BackgroundColor = Number(StrArray[StrArray.length - 1]); trace(BackgroundColor); var LoadingText = "INTERNAL_TWCPX_STRN_100_Loading_Message:-:-:Loaded _KBL of _TKB _PL"; StrArray = LoadingText.split(":-:-:"); LoadingText = String(StrArray[StrArray.length - 1]); trace(LoadingText); var ProgressTextColor = "CONST_TWCPX_COLR_Progress_Text_Color:-:-:0xEEEEEE"; StrArray = ProgressTextColor.split(":-:-:"); ProgressTextColor = Number(StrArray[StrArray.length - 1]); trace(ProgressTextColor); var BarColor = "CONST_TWCPX_COLR_Progress_Bar_Color:-:-:0xFF9900"; StrArray = BarColor.split(":-:-:"); BarColor = Number(StrArray[StrArray.length - 1]); trace(BarColor); var BarBackgroundColor = "CONST_TWCPX_COLR_Progress_Bar_Background_Color:-:-:0x000000"; StrArray = BarBackgroundColor.split(":-:-:"); BarBackgroundColor = Number(StrArray[StrArray.length - 1]); trace(BarBackgroundColor); var counter; if (counter <= 0) { counter = 1; } counter = counter + random(5); trace(counter); setProperty(backgroundrect, _x , 0); setProperty(backgroundrect, _y , 0); setProperty(backgroundrect, _width , Width_OF_PL); setProperty(backgroundrect, _height , Height_OF_PL); setProperty(box_inside, _x , (Width_OF_PL / 2) + Xoffset); setProperty(box_inside, _y , (Height_OF_PL / 2) + Yoffset); setProperty(box_outside, _x , (Width_OF_PL / 2) + Xoffset); setProperty(box_outside, _y , (Height_OF_PL / 2) + Yoffset); setProperty(box_background, _x , (Width_OF_PL / 2) + Xoffset); setProperty(box_background, _y , (Height_OF_PL / 2) + Yoffset); setProperty(box_initial, _x , (Width_OF_PL / 2) + Xoffset); setProperty(box_initial, _y , (Height_OF_PL / 2) + Yoffset); setProperty(glossy, _x , (Width_OF_PL / 2) + Xoffset); setProperty(glossy, _y , (Height_OF_PL / 2) + Yoffset); setProperty(progressmessage, _x , ((Width_OF_PL / 2) - (getProperty(progressmessage, _width) / 2)) + Xoffset); setProperty(progressmessage, _y , ((Height_OF_PL / 2) + 15) + Yoffset); if (showProgress == false) { setProperty(box_inside, _visible , false); setProperty(box_background, _visible , false); } myColor = new Color(backgroundrect); myColor.setRGB(BackgroundColor); myColor = new Color(box_inside); myColor.setRGB(BarColor); myColor = new Color(box_background); myColor.setRGB(BarBackgroundColor); myColor = new Color(progressmessage); myColor.setRGB(ProgressTextColor); var actBytes = Math.round(_root.getBytesLoaded() / 1024); var totBytes = Math.round(_root.getBytesTotal() / 1024); var percent = Math.round((actBytes * 100) / totBytes); trace(percent); if (simulation == true) { percent = counter; actBytes = Math.round(percent * 3.55); totBytes = 355; } trace(percent); box_inside.gotoAndStop(percent); box_outside.gotoAndStop(percent); StrArray = LoadingText.split("_TKB"); if (StrArray.length > 1) { LoadingText = (((StrArray[0] + "") + String(totBytes)) + "KB ") + StrArray[1]; } StrArray = LoadingText.split("_KBL"); if (StrArray.length > 1) { LoadingText = (((StrArray[0] + "") + String(actBytes)) + "KB ") + StrArray[1]; } StrArray = LoadingText.split("_PL"); if (StrArray.length > 1) { LoadingText = (((StrArray[0] + "") + String(percent)) + "% ") + StrArray[1]; } trace(LoadingText); var loadingmessage = LoadingText; if (percent >= 100) { if (_root._totalframes >= 4) { gotoAndStop (4); } else { counter = 0; gotoAndPlay (1); } } else { gotoAndPlay (1); }
Frame 2
gotoAndPlay (1);
Frame 4
stop();
Frame 3789
gotoAndPlay (1);
Symbol 18 Button
on (release) { gotoAndPlay (5); }

Library Items

Symbol 1 GraphicUsed by:2
Symbol 2 MovieClip [Background]Uses:1Used by:Timeline
Symbol 3 FontUsed by:4
Symbol 4 EditableTextUses:3Used by:Timeline
Symbol 5 GraphicUsed by:6 7
Symbol 6 MovieClipUses:5Used by:Timeline
Symbol 7 MovieClipUses:5Used by:Timeline
Symbol 8 GraphicUsed by:9
Symbol 9 MovieClipUses:8Used by:Timeline
Symbol 10 GraphicUsed by:Timeline
Symbol 11 FontUsed by:12 19 22 24 26
Symbol 12 TextUses:11Used by:13 18
Symbol 13 MovieClipUses:12Used by:18
Symbol 14 BitmapUsed by:15
Symbol 15 GraphicUses:14Used by:18
Symbol 16 SoundUsed by:18
Symbol 17 SoundUsed by:18
Symbol 18 ButtonUses:13 15 12 16 17Used by:Timeline
Symbol 19 TextUses:11Used by:20
Symbol 20 MovieClipUses:19Used by:Timeline
Symbol 21 SoundUsed by:Timeline
Symbol 22 TextUses:11Used by:23
Symbol 23 MovieClipUses:22Used by:Timeline
Symbol 24 TextUses:11Used by:25
Symbol 25 MovieClipUses:24Used by:Timeline
Symbol 26 TextUses:11Used by:27
Symbol 27 MovieClipUses:26Used by:Timeline
Symbol 28 BitmapUsed by:29 33
Symbol 29 GraphicUses:28Used by:Timeline
Symbol 30 GraphicUsed by:Timeline
Symbol 31 GraphicUsed by:32
Symbol 32 MovieClipUses:31Used by:Timeline
Symbol 33 GraphicUses:28Used by:Timeline
Symbol 34 GraphicUsed by:35
Symbol 35 MovieClipUses:34Used by:Timeline
Symbol 36 BitmapUsed by:37
Symbol 37 GraphicUses:36Used by:38
Symbol 38 MovieClipUses:37Used by:Timeline
Streaming Sound 1Used by:Timeline

Instance Names

"backgroundrect"Frame 1Symbol 2 MovieClip [Background]
"progressmessage"Frame 1Symbol 4 EditableText
"box_background"Frame 1Symbol 6 MovieClip
"box_inside"Frame 1Symbol 7 MovieClip
"glossy"Frame 1Symbol 9 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
ExportAssets (56)Timeline Frame 1Symbol 2 as "Background"

Dynamic Text Variables

loadingmessageSymbol 4 EditableText"Mesage here "




http://swfchan.com/9/44037/info.shtml
Created: 8/5 -2019 11:44:52 Last modified: 8/5 -2019 11:44:52 Server time: 03/05 -2024 10:16:28