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.
use an extension like this:
Create circle slider progress - Extensions - Kodular Community
or draw it on a Canvas?
1 Like
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