Click to See Complete Forum and Search --> : Joining two points with a line


BestZest
01-07-2003, 11:57 AM
I know this is probably beond JavaScript, but I'll ask anyway.
Does anyone know if and how you can join two points on the screen with a line.

BestZest

Zach Elfers
01-07-2003, 10:00 PM
Do you mean like a connect the dots thing? I am pretty sure that to do this in JavaScript, the script would be pretty complex. This is more of a Java type thing.

BestZest
01-08-2003, 10:47 AM
Thanks, I'll check that out. ;)