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

<div style="position:absolute;top:-99px;left:-99px;"><img src="https://tools.swfchan.com/stathit.asp?noj=FRM34933418-4DC&rnd=34933418" width="1" height="1"></div>

classicBANNER.swf

This is the info page for
Flash #263574

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


ActionScript [AS1/AS2]
Frame 3
stop(); _quality = "MEDIUM";
Symbol 3 MovieClip [SWF_C] Frame 1
function initialize() { if (_x > 0) { xspeed = -(random(4) + 5); } else { xspeed = random(4) + 5; } scale = random(60) + 60; if (scale > 100) { scale = 100; } base_scale = scale; base_dist = getDist(); last_scale = base_scale; if (_y > 0) { yspeed = -(random(2) + 3); } else { yspeed = random(2) + 3; } rspeed = random(10) + 2; if (random(100) < 50) { rspeed = rspeed * -1; } } function getScale() { return((distance / base_dist) * 100); } function getSpeed() { return(Math.sqrt((xspeed * xspeed) + (yspeed * yspeed))); } function getDist() { x = Math.abs(_x) - 10; y = Math.abs(_y) - 10; return(Math.round(Math.sqrt((x * x) + (y * y)))); } function doGravity() { if (((xspeed > 0) and (_x > 0)) or ((xspeed < 0) and (_x < 0))) { xspeed = xspeed - (_x * 0.03); } else if (distance < 100) { xspeed = xspeed - (_x * 0.005); } else if (Math.abs(xspeed) < max_speed) { xspeed = xspeed - (_x * 0.001); } if (((yspeed > 0) and (_y > 0)) or ((yspeed < 0) and (_y < 0))) { yspeed = yspeed - (_y * 0.03); } else if (distance < 100) { yspeed = yspeed - (_y * 0.005); } else if (Math.abs(yspeed) < max_speed) { yspeed = yspeed - (_y * 0.001); } } max_speed = 30; onEnterFrame = function () { if (!initialized) { initialize(); initialized = 1; } distance = getDist(); scale = getScale(); if (scale > last_scale) { scale = last_scale; } last_scale = scale; if (scale < 3) { _parent.removeSpawn(this); delete onEnterFrame; } scale2 = scale / 100; _x = (_x + (xspeed * scale2)); _y = (_y + (yspeed * scale2)); _rotation = (_rotation + rspeed); _xscale = scale; _yscale = scale; doGravity(); };
Symbol 12 MovieClip Frame 1
function newTimer() { spawn = setInterval(this, "addSpawn", random(30) + 30); } function removeSpawn(swf) { swf.removeMovieClip(); max_spawns++; } function addSpawn() { if (max_spawns > 0) { clearInterval(spawn); base = random(space); if (base > Stage.width) { ym = (base - Stage.width) + 30; xm = Stage.width + 30; } else { ym = Stage.height + 30; xm = base + 30; } if (random(100) < 50) { xm = xm / 2; } else { xm = -(xm / 2); } if (random(100) < 50) { ym = ym / 2; } else { ym = -(ym / 2); } dpt = this.getNextHighestDepth(); swf = this.attachMovie("SWF_C", "swf_" + dpt, dpt); swf._x = xm; swf._y = ym; max_spawns--; newTimer(); } } max_spawns = 1000; var space = (Stage.width + Stage.height); addSpawn();

Library Items

Symbol 1 BitmapUsed by:2 11
Symbol 2 GraphicUses:1Used by:3
Symbol 3 MovieClip [SWF_C]Uses:2
Symbol 4 BitmapUsed by:5
Symbol 5 GraphicUses:4Used by:6
Symbol 6 MovieClipUses:5Used by:Timeline
Symbol 7 GraphicUsed by:8
Symbol 8 MovieClipUses:7Used by:15 24
Symbol 9 GraphicUsed by:10
Symbol 10 MovieClipUses:9Used by:15
Symbol 11 GraphicUses:1Used by:12
Symbol 12 MovieClipUses:11Used by:15
Symbol 13 GraphicUsed by:14
Symbol 14 MovieClipUses:13Used by:15
Symbol 15 MovieClipUses:8 10 12 14Used by:Timeline
Symbol 16 GraphicUsed by:Timeline
Symbol 17 BitmapUsed by:18
Symbol 18 GraphicUses:17Used by:Timeline
Symbol 19 GraphicUsed by:Timeline
Symbol 20 BitmapUsed by:22
Symbol 21 BitmapUsed by:22
Symbol 22 GraphicUses:20 21Used by:Timeline
Symbol 23 GraphicUsed by:24
Symbol 24 MovieClipUses:23 8Used by:Timeline

Special Tags

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




https://swfchan.com/53/263574/info.shtml
Created: 3/4 -2026 04:32:31 Last modified: 3/4 -2026 04:32:31 Server time: 04/04 -2026 09:45:57