Search  

COLOR BALL WOBBLE

HomeBrowse CategoriesFlashAnimationsAnimated ObjectsColor ball wobble

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

Related:
Random animate background clouddynamic light and shadow Digital graphic clock

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..:)

Posted about 1 year ago

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

wangruyi, you should encrypt your demo file!

Posted about 1 year ago

yes. I just do it . thanks bobocel . btw: your portfolio is great! :)

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

yes. please send me a mail.

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();

}

Posted 11 months ago

for (var i = 0; i<pNumber; i++) { this[“p”+i].removeMovieClip();

}

Posted 11 months ago

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. :(

Posted 7 months ago

@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

brilliant! many thanks wangruyi, you really help me with this tip bye

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

@evanlau. yes. it is.

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

@mrhappysad. thanks. it is my pleasure.

Posted about 1 month ago

Can you do this in as3?

Posted 19 days ago

@surfstang. yes. if you intersting. I can customize it for you. please email to me.

Posted 19 days ago