Re: Gradient Background??
- Posted by David Cuny <dcuny at LANSET.COM> Dec 10, 2000
- 556 views
Brian wrote: > "Trying to redefine intY" Loop variables are *automatically* declared. Remove the statement: > atom intY > Draw line repeated 480 times seems > a little inefficient. Any ideas on a > better way of doing this? Make the lines thicker. In Win32Lib, use setPenWidth. In DOS32, use poly() to draw a filled rectangle. -- David Cuny