Page 1 of 1

Blood drops

Posted: Fri Jul 29, 2005 7:54 am
by grimace
I wanted to make a drip shape. First effort!

Code: Select all

startshape INIT {color}

rule INIT { RAIN {b 1} RAIN {b 1 r -120} RAIN {b 1 r 120}  }

rule RAIN {
	DRIP{ sat 1 }
	RAIN{y 1 x -1 s 0.5 b -0.2 r -30}
	RAIN{y 1 x 1 s 0.5 b -0.2 r 30}
}

rule DRIP{
	CIRCLE{}
	DRIP[y 0.1 s 0.7 1 b -0.01]
}

Posted: Fri Jul 29, 2005 8:02 am
by alastair_hm
Looks good ;)

Posted: Fri Jul 29, 2005 11:14 am
by MtnViewJohn
This might have to become my tattoo in SecondLife.