Do you have sprite collision set up? If so then put: FC(fish caught)=0 IF (variable of SPHITSP)==(control number of fish) then FC=FC+1:CLS LOCATE (x and y coords of bottom right screen):PRINT FC IF FC==5 THEN GOTO @WIN Simple as that.... If you know sprite collision... If you don't, then I suggest you set it up.