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

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

megagagagaga.swf

This is the info page for
Flash #82150

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


Text
The government is like an auto-repair
man whome purposely doesn't fix your
car's problems, to keep profiting from
your apathatic attitude towards the
issues of your car.

send any edits to
ARandurking909
@gmail.com

ActionScript [AS1/AS2]

Frame 2
food = []; _quality = "HIGH"; f = 0; stop(); this.onEnterFrame = function () { if ((!f) or (f == food.length)) { play(); } food = []; f = 0; }; n1 = 30; n2 = 15; i = 0; while (i < n1) { this.attachMovie("seeker", "s_" + i, (i + n2) + 1); this["s_" + i]._x = random(400); this["s_" + i]._y = random(400); i++; } i = 0; while (i < n2) { this.attachMovie("predator", "p_" + i, i); this["p_" + i]._x = random(400); this["p_" + i]._y = random(400); i++; }
Frame 3
Symbol 3 MovieClip [seeker] Frame 1
ang = random(360); (smax = 30); (smin = 15); turn = random(100) - random(100); ((turn <= 0) ? ((turn = -1)) : null); ((turn > 0) ? ((turn = 1)) : null); if (!born) { size = smin + random(smax - smin); speedm = 3 + (random(50) / size); speed = speedm; acc = (random(100) / 100) + 0.1; focus = 25 + size; startlife = 50 + random(100 + size); life = startlife; } timer = 0; multi = false; dead = false; turning = false; _height = size; _width = size; this.onEnterFrame = function () { ((ang < 0) ? ((ang = ang - 0.5)) : ((ang = ang + 0.5))); life--; if (!dead) { _root.f++; _root.food.push(this); ((life < (startlife / 2)) ? ((timer = timer + (random(5000) / 5000))) : null); if (timer > 14) { multi = true; } ((((((_x - size) < 0) or ((_y - size) < 0)) or ((_x + size) > 400)) or ((_y + size) > 400)) ? ((turning = true)) : ((turning = false))); (((_x - (size / 2)) < 0) ? (_x = (size / 2)size / 2) : ((((_x + (size / 2)) > 400) ? (_x = (400 - (size / 2))400 - (size / 2)) : null))); (((_y - (size / 2)) < 0) ? (_y = (size / 2)size / 2) : ((((_y + (size / 2)) > 400) ? (_y = (400 - (size / 2))400 - (size / 2)) : null))); _x = (_x + (Math.cos(ang * (Math.PI/180)) * speed)); _y = (_y + (Math.sin(ang * (Math.PI/180)) * speed)); ((Math.floor(speed) < speedm) ? ((speed = speed + acc)) : ((speed = speedm))); if (turning) { ang = ang + (random(10) * turn); } else { ang = ang + ((random(50) - random(50)) / 10); } } if (multi) { speed = speed * 0.5; speed = speed - acc; if (speed < (speedm * 0.5)) { _root.n2++; duplicateMovieClip (this, "s" + _root.n2, ((_root.n2 * 2) + 1) + 50); _root["s" + _root.n2]._alpha = 100; _root["s" + _root.n2].born = true; (_root["s" + _root.n2].smax = smax); (smin = smin); _root["s" + _root.n2].size = size + ((random(500) - random(500)) / 50); ((_root["s" + _root.n2].size > smax) ? ((_root["s" + _root.n2].size = smax)) : null); ((_root["s" + _root.n2].size < smin) ? ((_root["s" + _root.n2].size = smin)) : null); _root["s" + _root.n2].speedm = speedm + ((random(500) - random(500)) / 5000); _root["s" + _root.n2].speed = _root["s" + _root.n2].speedm; _root["s" + _root.n2].acc = acc + ((random(500) - random(500)) / 50); ((_root["s" + _root.n2].acc < 0.1) ? ((_root["s" + _root.n2].acc = 0.1)) : null); ((_root["s" + _root.n2].acc > 2) ? ((_root["s" + _root.n2].acc = 2)) : null); _root["s" + _root.n2].focus = focus + ((random(500) - random(500)) / 50); _root["s" + _root.n2].startlife = startlife + ((random(500) - random(500)) / 50); _root["s" + _root.n2].life = _root["s" + _root.n2].startlife; timer = 0; multi = false; } } if (life < 0) { dead = true; timer = 0; eating = false; multi = false; mc._xscale = (mc._yscale = mc._yscale - 3); _alpha = (_alpha - 3); if (_alpha < 0) { this.removeMovieClip(); } } };
Symbol 9 MovieClip Frame 1
stop();
Symbol 10 MovieClip [predator] Frame 1
function mindata(a) { mn = a[0][0]; i = 0; while (i < a.length) { if (a[i][0] < nm) { mn = a[i][0]; } i++; } return(mn); } ang = random(360); (smax = 50); (smin = 20); turn = random(100) - random(100); ((turn <= 0) ? ((turn = -1)) : null); ((turn > 0) ? ((turn = 1)) : null); if (!born) { size = smin + random(smax - smin); speedm = 5 + (random(50) / size); speed = speedm; acc = (random(100) / 100) + 0.1; focus = 150 + size; hunt = false; startlife = 100 + random(100 + size); life = startlife; } timer1 = 0; timer2 = 0; see = 0; eating = false; multi = false; dead = false; turning = false; _height = size; _width = size; mc._xscale = (mc._yscale = 100); ea = false; this.onEnterFrame = function () { ((ang < 0) ? ((ang = ang - 0.5)) : ((ang = ang + 0.5))); _root.f++; _rotation = ang; life--; if (!dead) { (ea ? ((timer2 = timer2 + (random(1000) / 1000))) : ((life = life - 1))); if ((timer2 > 40) and ea) { multi = true; } ((((((_x - size) < 0) or ((_y - size) < 0)) or ((_x + size) > 400)) or ((_y + size) > 400)) ? ((turning = true)) : ((turning = false))); (((_x - (size / 2)) < 0) ? (_x = (size / 2)size / 2) : ((((_x + (size / 2)) > 400) ? (_x = (400 - (size / 2))400 - (size / 2)) : null))); (((_y - (size / 2)) < 0) ? (_y = (size / 2)size / 2) : ((((_y + (size / 2)) > 400) ? (_y = (400 - (size / 2))400 - (size / 2)) : null))); _x = (_x + (Math.cos(ang * (Math.PI/180)) * speed)); _y = (_y + (Math.sin(ang * (Math.PI/180)) * speed)); ((Math.floor(speed) < speedm) ? ((speed = speed + acc)) : null); if (turning) { ang = ang + random(10); } else { ang = ang + ((random(50) - random(50)) / 10); } i = 0; while (i < _root.food.length) { vi = _root.food[i]; if (vi.hitTest(_x, _y, true) or this.hitTest(vi._x, vi._y, true)) { ea = true; life = life + 3.15; startlife = startlife + 0.15; vi.life = vi.life - 100; vi.speed = vi.speed * 0.65; mc.play(); } i++; } } if (multi) { speed = speed * 0.5; speed = speed - acc; if (speed < (speedm * 0.5)) { _root.n1++; duplicateMovieClip (this, "p" + _root.n1, _root.n1 * 2); _root["p" + _root.n1]._alpha = 100; _root["p" + _root.n1].born = true; (_root["p" + _root.n1].smax = smax); (_root["p" + _root.n1].smin = smin); _root["p" + _root.n1].size = size + ((random(500) - random(500)) / 50); ((_root["p" + _root.n1].size > smax) ? ((_root["p" + _root.n1].size = smax)) : null); ((_root["p" + _root.n1].size < smin) ? ((_root["p" + _root.n1].size = smin)) : null); _root["p" + _root.n1].speedm = speedm + ((random(500) - random(500)) / 5000); _root["p" + _root.n1].speed = _root["p" + _root.n1].speedm; _root["p" + _root.n1].acc = acc + ((random(500) - random(500)) / 50); ((_root["p" + _root.n1].acc < 0.1) ? ((_root["p" + _root.n1].acc = 0.1)) : null); ((_root["p" + _root.n1].acc > 2) ? ((_root["p" + _root.n1].acc = 2)) : null); _root["p" + _root.n1].focus = focus + ((random(500) - random(500)) / 50); _root["p" + _root.n1].startlife = startlife + ((random(500) - random(500)) / 50); _root["p" + _root.n1].life = _root["p" + _root.n1].startlife; timer2 = 0; multi = false; } } if (life < 0) { dead = true; timer = 0; eating = false; multi = false; mc._xscale = (mc._yscale = mc._yscale - 3); _alpha = (_alpha - 3); if (_alpha < 0) { this.removeMovieClip(); } } };

Library Items

Symbol 1 GraphicUsed by:2
Symbol 2 MovieClipUses:1Used by:3
Symbol 3 MovieClip [seeker]Uses:2Used by:Timeline
Symbol 4 GraphicUsed by:9
Symbol 5 GraphicUsed by:7
Symbol 6 GraphicUsed by:7
Symbol 7 MovieClipUses:5 6Used by:9
Symbol 8 GraphicUsed by:9
Symbol 9 MovieClipUses:4 7 8Used by:10
Symbol 10 MovieClip [predator]Uses:9Used by:Timeline
Symbol 11 GraphicUsed by:Timeline
Symbol 12 GraphicUsed by:13
Symbol 13 MovieClipUses:12Used by:Timeline
Symbol 14 GraphicUsed by:15
Symbol 15 MovieClipUses:14Used by:Timeline
Symbol 16 FontUsed by:17 18
Symbol 17 TextUses:16Used by:Timeline
Symbol 18 TextUses:16Used by:Timeline

Instance Names

"mc"Symbol 3 MovieClip [seeker] Frame 1Symbol 2 MovieClip
"mc"Symbol 10 MovieClip [predator] Frame 1Symbol 9 MovieClip

Special Tags

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

Labels

"start"Frame 2




http://swfchan.com/17/82150/info.shtml
Created: 1/4 -2019 13:55:38 Last modified: 1/4 -2019 13:55:38 Server time: 12/05 -2024 13:28:21