home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_progs / prog_oth / basicprg.lzh / FF_013 / SHADES.BAS < prev    next >
Encoding:
BASIC Source File  |  1991-07-15  |  107 b   |  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.