q5play
    Preparing search index...

    Function loop

    • 💻 Starts the draw loop again if it was stopped.

      Returns void

      await Canvas(200);
      noLoop();

      q5.draw = function () {
      circle(frameCount * 5 - 100, 0, 80);
      };
      q5.mousePressed = function () {
      loop();
      };