GMU:Actors, Traces, Collectives/SS17/Tracking: Difference between revisions

From Medien Wiki
No edit summary
No edit summary
Line 62: Line 62:
   Mover() {
   Mover() {
     // Start in the center
     // Start in the center
     position = new PVector(width/2,height/2);
     position = new PVector(random(width),random(height));
     velocity = new PVector(0,0);
     velocity = new PVector(0,0);
     topspeed = 5;
     topspeed = 5;