HOME | DD
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
Yommytheonly [2010-10-07 21:50:45 +0000 UTC]
just great !!! i love it!!
like a box of chocolates with art ^__________^
👍: 0 ⏩: 0
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



















