OK, I am making this program where you're moving a thing across the screen. What I want to do is figure out whether or not the thing moving hits a dot (it's like pac-man) and if so, add one to the score. Basically, what I want to do is like so (which is not valid BASIC):
IF PLOT D,E,"." THEN H=H+1
Well, can you help?














