Skip to content

tshwantsha

Runs continuously every frame to draw the sketch.

Declare tshwantsha as a function with tiro. p5.js calls it about 60 times per second after setaLoeto finishes. Put your animation and drawing code here.

tiro tshwantsha() { ... }
Draw a moving circle
tiro setaLoeto() {
  thalaKanefase(400, 400);
}
tiro tshwantsha() {
  sefofane(220);
  kgolokwe(peebeX, peebeY, 50);
}

setaLoeto