home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d0xx / d013 / basicprogs.lha / shades.bas < prev    next >
Encoding:
BASIC Source File  |  1986-02-22  |  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.