We are about to switch to a new forum software. Until then we have removed the registration on this forum.
I've followed the instructions on the troubleshooting, but i can not figure out why my programs does not run. I've even tried simple codes like these:
void setup() {
size(480, 120);
}
void draw() {
if (mousePressed) {
fill(0);
} else {
fill(255);
}
ellipse(mouseX, mouseY, 80, 80);
}
but nothing works I do not even get an error.
Answers
Problem is, Processing works in any OS I've run it! How can we know anything about yours??? b-(
Is it an upgrade? A fresh install?