Ok here it is :
I wanna make a line go from point A to point B.
I would love to have a animated brush that spill. ( graphitti style )
The movement have to be slowly from one point to a another.
It have to be random around a certain straight line so that its not always exactly the same path when we hit refresh but still going from the same point A to B in the same amount of time.
math.random
moveTo
maybe the lineStyle could have some random to
but mixing this whit the curveTo aswell makes me lost a bit to have a nice curving line that is random.
Im missing some points on drawing api ( first time playing whit a fully automated one ) maybe you guys got some stuff to lead me ?




Reply With Quote