We are about to switch to a new forum software. Until then we have removed the registration on this forum.
answered
It will be great if you can provide a link to the video. What OS are you using?
You can always try running of of the provided examples available in the Processing IDE. Or try this next:
void setup(){ size(640,360); background(0); stroke(255); strokeWeight(3); } void draw(){ line(pmouseX,pmouseY,mouseX,mouseY); }
Kf
Answers
It will be great if you can provide a link to the video. What OS are you using?
You can always try running of of the provided examples available in the Processing IDE. Or try this next:
Kf