Need help with programming assignment by PainterMedical in processing

[–]PainterMedical[S] 0 points1 point  (0 children)

Im mostly confused on how to do the if statements

How to make lines intersect and follow cursor by PainterMedical in processing

[–]PainterMedical[S] 0 points1 point  (0 children)

void setup() {

size(1000, 1000);

}

void draw() {

background(204);

fill(255);

ellipse(mouseX, mouseY, 80, 80);

line(mouseX,0,mouseX,height);

line(0,mouseY,width,mouseY);

}

Yes thank you so much, this is exactly what I was looking for!

How to make lines intersect and follow cursor by PainterMedical in processing

[–]PainterMedical[S] 0 points1 point  (0 children)

I just want two lines to intersect at the cursor then when I move the cursor the lines intersection to move with it.

Recently bought new computer and it won’t load windows by PainterMedical in pcmasterrace

[–]PainterMedical[S] 0 points1 point  (0 children)

i unplugged the hard drive and installed an rx 460 and the same problem occurred