HOME | DD

JonWeekes — Random Abstract Art Generator by-nc-nd

Published: 2010-10-07 14:42:52 +0000 UTC; Views: 2736; Favourites: 6; Downloads: 40
Redirect to original
Description Click to start/stop.
Every time you start it's different.
Related content
Comments: 11

kiranpatil [2011-01-01 14:09:39 +0000 UTC]

Too cool.

👍: 0 ⏩: 0

WaxingRed [2010-10-16 23:00:25 +0000 UTC]

I could be clicking on this all day!

👍: 0 ⏩: 0

emilyfrederick [2010-10-13 20:51:50 +0000 UTC]

Genius.

👍: 0 ⏩: 0

Yommytheonly [2010-10-07 21:50:45 +0000 UTC]

just great !!! i love it!!
like a box of chocolates with art ^__________^

👍: 0 ⏩: 0

Twistedsnail [2010-10-07 21:23:23 +0000 UTC]

How did you get the random clouds filter?

👍: 0 ⏩: 1

JonWeekes In reply to Twistedsnail [2010-10-07 21:27:24 +0000 UTC]

I used the polarNoise function on the BitmapData class, which uses an algorithm that they use for the random clouds PS filter I think.

Copy and paste this into a frame's code and try it out:
import flash.display.BitmapData;
import flash.display.Bitmap;
var bditmapData=new BitmapData(800,600);
var bititmap=new Bitmap(bd);
addChild(bit);
bd.polarNoise(500,500,5,6000,true,true,7,true)

👍: 0 ⏩: 2

Twistedsnail In reply to JonWeekes [2010-10-07 21:40:08 +0000 UTC]

Does look similar, Thanks!

👍: 0 ⏩: 0

JonWeekes In reply to JonWeekes [2010-10-07 21:29:26 +0000 UTC]

Sorry,
import flash.display.BitmapData;
import flash.display.Bitmap;
var bd=new BitmapData(800,600);
var bit=new Bitmap(bd);
addChild(bit);
bd.polarNoise(500,500,5,6000,true,true,7,true)
That should work.

👍: 0 ⏩: 0

NaamHier [2010-10-07 16:14:26 +0000 UTC]

cool , mabey u sould put somting in it so u can safe the image becous u can get some pretty awesome combinations :d

👍: 0 ⏩: 1

JonWeekes In reply to NaamHier [2010-10-07 21:30:14 +0000 UTC]

Idk if there's any other way than making some server side PHP code, which I cba to write, lol.

👍: 0 ⏩: 1

NaamHier In reply to JonWeekes [2010-10-08 14:23:02 +0000 UTC]

yeah i actualy have no idea how to do that either but still great work

👍: 0 ⏩: 0