Do you point out 3 or 4 links of the longest line on your attached screenshot?
Unfortunately we cannot avoid them, however we can make them inconspicuous.
Look for "anti-aliasing" in the internet.
#1: Add one variable for storing touch period 1 round before (e.g. PLTM) and set zero for it as initial value.
#2: Replace "IF !LTM THEN" with "IF !LTM && PLTM THEN".
#3: Write "PLTM=LTM" above WEND.