SETSWANA TRANSLATION: Skip to content

tshwantsha

SETSWANA TRANSLATION: Runs continuously every frame to draw the sketch.

SETSWANA TRANSLATION: 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.

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

setaLoeto