That looks great! Can you limit the number of colors the balls have?
Posted about 1 year ago
Cool random color effect! This effect using flash8 blendMode. you can change the blendMode as “add” or “hardlight” or other. enjoy it
The preview file is here:
http://www.webstudio.com.cn/flashden/blendmode_preview.swf
My other portfolio: http://www.flashden.net/user/wangruyi
Posted about 1 year ago
I didn’t know why flashden not using my preview files, the preview file is here:
http://www.webstudio.com.cn/flashden/blendmode_preview.html or you can view swf. http://www.webstudio.com.cn/flashden/blendmode_preview.swf
It’s a random cool effect . you can refresh it .and see result. you can easy custom size . positions ,ball number ,also can make it as a background animate,etc…very cool random effect..
That looks great! Can you limit the number of colors the balls have?
Posted about 1 year ago
yes ,because the ball is a MovieClip with five frames . every frame hold a different color gradient shape. Now ,I used blue,red,pink,green,yellow. you can modify the ball movieclip from library and custom the gradient shape color .
Posted about 1 year ago
great effect! i’m looking to control it’s depth in relation to some graphics i would like hovering above. right now the particles always appear above any asset in my movie…no matter of the layer order. Any help with this would be much appreciated.
Posted about 1 year ago
for exmaple. your have a movieclip, It’s instance name is box. you can add the code at the last line: box.swapDepths(1000);
It will works fine.
Posted about 1 year ago
Awesome file man! I was wondering if you could give me the code for the refresh button on your preview file? Much appreciated.
Posted about 1 year ago
how do i run on a particular frame only? for example, run this script only at frames 200-300 then stop. —noob.
Posted 11 months ago
@sleepy, you need remove it. for example add this code:
for (var i = 0; i
this[“p”+i].removeMovieClip();
}
can you tell me how exactly? i’m really new at this… i want to start it at frame 200 and maybe cut it at frame 300…
do i add this :
for (var i = 0; i
}
at frame 300? how?
Posted 11 months ago
yes ,you are right, select the frame 300, and press F6, then add the code. you will cut it.
Posted 11 months ago
oh,sorry ,forget this, press F6, then press F9, will open the actionscript window, add the code.
Posted 11 months ago
Hey! Great script, I love this effect!
I’m also having issues with the effect displaying onto of everything else. I included that “box.swapDepths(1000);” that you provided above, but alas… it does not work. 
@sheenaJ. sorry. just see your comments. I hope you can check it again. the “box.swapDepths(1000)” you need named your movieclip as “box”.
Posted 6 months ago
Great script. I used it in conjunction with a random image generator for a banner, which can be seen here: www.riverrunfilm.com
Well commented.
Posted 6 months ago
Great effect! I have no problem with the swapDepths, but if I wanna mask the effect? I’ve tried to place at the end of the as the code mc.setMask(myMovieClip); but it doesn’t work.. any suggestions? thx
Posted 6 months ago
@Anticrombie. Cool. Greate effect.
@goanimal. If you want to using setMask. you can create a new movieclip. say it is named “newmc”. put it on the scene at 0,0, then find the 23 line code like this:
var mc = newmc.attachMovie(“partical”, “p”+i, i);
ok. then you can using your mask. the newmc can be masked.
Posted 6 months ago
hello! am interested in getting this file. can this wobbles be on top of diffrent background colours or transparent too?
Posted 2 months ago
Yeah. This is brilliant! I love stuff like this… Thanks wangruyi! Keep up the great work!!
Posted about 1 month ago
@surfstang. yes. if you intersting. I can customize it for you. please email to me.
Posted 19 days ago