Connect the dots drawing line problem has been solved!
Now the line looks toward the earliest created dot, meaning that you do not have to wait for the line to be complete before continuing to draw.
There is still a minor problem with this method however. The line will continue to draw continuously through all the dots, meaning that even though you stop drawing dots (end the current line) and start to draw more dots (begin the next line), it will not currently differentiate between lines, consequently it will draw a line from the end of the one to the beginning of the other.
I have to figure out a way to tell the line to stop once the pen is lifted so to speak.
Currently it's as if you were drawing with a pen and made a line, then lift the pen and begin to draw another line elsewhere but the first line continues to magically spread ink to the second line connecting the two.
If anyone has a good idea how to tackle this, please let me know.
|