Hi, I'm trying to make a basic drawing program, and having a bit of trouble! I want it where of course you hold down the left mouse button and drag it to make lines, curves, whatever, but the problem is that if I just do Plot MouseX(),MouseY() and I move the mouse too fast, it just does a dot every so often along the line of the mouse (Basically it doesn't make a connected line)
I've tried MANY MANY things to fix this, from the simple to the overly complex, but I just can't do it! What's the problem with Plot MouseX(),MouseY(), and how do I fix it?
I've tried MANY MANY things to fix this, from the simple to the overly complex, but I just can't do it! What's the problem with Plot MouseX(),MouseY(), and how do I fix it?