This code prints random dots on the form.
This code prints random dots on the form.
Rate This code prints random dots on the form.
(1(1 Vote))
f = f+1
do until f= 10
a=rnd *255
b=rnd * 255
c=rnd*255
d= rnd*scalewidth
e =rnd * scaleheight
pset (d,e),rgb(a,b,c)
loop
end sub
This code prints random dots on the form. Comments
No comments yet — be the first to post one!
Post a Comment