Counter that counts with clicks in a shape of a circle

Hello there,
I need to include a counter (looks like a circle). It increases by clicking anywhere on the page. In the middle of it, the number of clicks and the circle itself in the percentage of the clicks done comparing to the clicks that should be done.
Like the image attached but in the middle there is the number of clicks.

1143634084-1e7e381d2f3eb27d58f563627d8d87acc5bdd87cd32dd3d1ce90063e3bbbf45c-d_640x360

use an extension like this:
Create circle slider progress - Extensions - Kodular Community

or draw it on a Canvas?

1 Like

If in doubt, contact the "Master of Canvas" → @Italo. :wink:

Canvas that fills screen
Canvas touched event
Counter
Draw Arc based on counter value
Draw Text based on counter value
On touch re-draw

Prettify as required