Nothing really big, but i want to give you a few what is possible if you are trying to do processing 🙂
int xposition = 200; int xdirection= 2; int yposition = 250; int ydirection = 3;
// Im Setup nur Umgebungsvariablen void setup () { size(400,500); }
void draw () { background(0,0,0); // löscht quasi die Spur indem de BG jedes mal neugesetzt wird. ellipseMode(CENTER); fill(0,255,0); // i like green more then red 🙂 ellipse(xposition,yposition,30,30);
xposition=xposition+xdirection; if (xposition>width-50 || xpositionheight-50 || yposition
good night and good luck 🙂
Christin