q5play
    Preparing search index...

    Function noLoop

    • 💻 Stops the draw loop.

      Returns void

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