in news:01c1abbb$9437bf40$667dd383@etnica koos wrote:
> #declare bubbles = blob> {> threshold 0.5> #declare i = 0;> #while (i<50)> #declare S = seed(3415765);>
Mogge,
Take "#declare S = seed(3415765);" out of the while loop and put it above
"#declare bubbles=".
Ingo