Another Question:
In your graphics file for the FillRect code you have:
frect:s_ystart=y0return
s_yend=y0
while y1s_xstart=x0wend
s_xend=x0+s_xend-1
gosub dLine
s_ystart=s_ystart+1
s_yend=s_ystart
y1=y1-1
Shouldn't that line be s_xend=x1+s_xend-1 ?
Troy
Bookmarks