Thanks
// FlowField Name: DD-Fracture
Aspc=1
A0="sqr(rnd(6))"
A1="sqr(rnd(6))"
A2="rnd(1)"
A3="rnd(1)"
D0="D1*A0"
D1="D0*A1"
srcX="(x+(sin(y+D0*A0)*.005/y))"
srcY="(y+(cos(x+D1*A1)*.005/x))"
Vers=100
--------
// FlowField Name: DD-Squeeze
Aspc=1
A0="sqr(rnd(PI))"
A1="sqr(rnd(PI))"
A3="sin(A0)"
A4="cos(A1)"
D0="pos(A0*x*A1*y)"
D1="D0*(x-A0*y)"
D2="D0*(x-A1*y)"
D3="D0*(x+D1-D2*y)"
srcX="x/cos(D2)-(D1*D0)"
srcY="y-D1*sqrt(D0)"
Vers=100
--------
// FlowField Name: DD-Nightmare
Aspc=1
A0="rnd(3)"
A1="rnd(3)"
D0="A0*A1*(x*y)"
srcX="x/((cos(D0)))"
srcY="y/(.5*x*sin(D0)-1)"
Vers=100
--------
// FlowField Name: DD-Smedley
Aspc=1
A0="(.006+rnd(.006))*sgn(.5-rnd(1))"
A1="(.006+rnd(.006))*sgn(.5-rnd(1))"
D0="asin(A0)"
D1="asin(A1)"
srcX="(y+(sin(x*18)*.02))+D0"
srcY="(x+(sin(y*14)*.03))+D1"
Vers=100
--------
// FlowField Name: DD-Curlique
Aspc=1
srcX="x + (cos(abs(y-.5) *
srcY="y + (sin(abs(x-.5) *
Vers=100
--------
Edit: For some reason, a "smiley" is shown in this code in place of "8". Just replace the smiley with 8.