SO in the original, all your lines were connected. Tap one Side of the screen, there would be a dot, tap the other side, and a line would be going across from one point to the other. I fixed it by taking out the forever go to mous epointer loop, and just changed in the loop for: ‘If -mouse down: pen down. Else: pen up’ I changed that to this: If <mouse down> Go to mouse pointer Pen down Else, Pen up So there! Please add this to the real thing, and credit me for fixing the bug!