nice!
By the way, if running on the ppc it needs a doevents after the line draw, otherwise it hangs permenently with a blank screen and looks like its crashed!
.......
x1=(v(c,0)*x)+(v(c,1)*y)+v(c,4)
y1=(v(c,2)*x)+(v(c,3)*y)+v(c,5)
x=x1
y=y1
Fractal.Line(x*23+100,235-y*23,x*23+100+1,235-y*23+1,cGreen)
[COLOR="DarkOrange"]DoEvents[/COLOR]
Next
End Sub