Hi,
I am trying to use the Canvas plugin to draw with a stylus on screen (actually, I don't have a tablet (yet), and am using the mouse). Trouble is, I can't get it to work. Using draw point, you get a jitterly set of points, dependent on the processing speed of the event loop rather than a smooth line. Using draw line is complex since when does the user start or end touch of the canvas -- at least I haven't figured it out yet.
Essentially I do: On Touch Canvas draw point Canvas.x, Canvas.y
Any suggestions would be much appreciated.
I need a way to smoothly and easily draw lines from one square to another. The squares are already drawn onto the Canvas.
thank you,
Dan
p.s. BTW, I also tried the Plaster plugin, but using its quads to draw, I get the same jittery dots rather than a smooth line