home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 1: Collection A / 17Bit_Collection_A.iso / files / 36.dms / 36.adf / shades.bas < prev    next >
BASIC Source File  |  1988-05-22  |  107b  |  5 lines

  1. 10    ask mouse x%,y%,b%
  2. 20    if b%=0 then goto 10
  3. 30    rgb 0, (x%*32)/640, 0, (y%*32)/200
  4. 40    goto 10
  5.