code:
MouseDown
Paintnow = True

MouseMove
Picture1.pset(x,y)

mouseUp
Paintnow = False

With a narrow drawwidth this produces a broken line on anything but very slow mousemovements.

Is there a way around this ?

Thanks R.................................