I'm not sure how If K=0:End would result in better response time. Certainly it would increase framerate when a key is not being pressed, but since nothing is happening when a key is not pressed, I can't see how that would matter. All it should do is slow it down a bit when a key IS pressed, since it has that extra If to go through.