“Ich bin nun eben kein Theoretiker.”
Mit diesem Zitat, von Marianne Brandt, ist die erste Interaktion entstanden.
PFont myFont; void setup(){ size(640,480); background (255); frameRate(50); myFont = loadFont("Dialog.plain-27.vlw"); textFont (myFont); fill(0,30); } void draw(){ text("``Ich bin nun eben kein Theoretiker.´´",mouseX,mouseY); }