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

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

g.swf

This is the info page for
Flash #206924

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


ActionScript [AS1/AS2]
Combined Code
// unknown tag 88 length 81 movieClip 4 drop { } frame 1 { var rain_speed = 3; var rain_direction = 0.75; var rain_density = 20; _root.createEmptyMovieClip('rain_mc', 1); i = 0; while (i <= rain_density) { _root.rain_mc.attachMovie('drop', 'drop' + i, _root.rain_mc.getNextHighestDepth(), {'_x': Math.random() * Stage.width, '_y': Math.random() * Stage.height, '_rotation': 0}); ++i; } var inter = setInterval(function () { i = 0; while (i <= rain_density) { _root.rain_mc['drop' + i]._y += rain_speed * Math.sin(rain_direction); _root.rain_mc['drop' + i]._x += rain_speed * Math.cos(rain_direction); if (_root.rain_mc['drop' + i]._y > Stage.height + 25) { _root.rain_mc['drop' + i]._y = Math.random() * 0 + -25; } else { if (_root.rain_mc['drop' + i]._x > Stage.width + 25) { _root.rain_mc['drop' + i]._x = Math.random() * 0 + -25; } else { if (_root.rain_mc['drop' + i]._x < -25) { _root.rain_mc['drop' + i]._x = Stage.width; } } } ++i; } }, 20); } movieClip 6 { } instance of movieClip 6 { onClipEvent (enterFrame) { this.swapDepths(2); } }




http://swfchan.com/42/206924/info.shtml
Created: 9/10 -2018 16:49:20 Last modified: 9/10 -2018 16:49:20 Server time: 26/04 -2024 13:40:07