Drawing a loading circle without sprites - help
-
I’ve asked Creaticode AI this 3 times, but it still gives me only a full circle and never part of one:
How do you make a loading circle where it goes from a dot to a full 360 rotation?
-
The draw oval block can only draw full circles, not partial ones.
Why you can’t use sprites?
If you can’t use sprites, can you use the Pen blocks to draw the circle segment by segment?
-
@info-creaticode I was hoping I could do it without sprites because it usually looks better that way (with UI). I could do it with them though if there is no other way.
Also, I tried drawing the circle segment by segment but I don’t know the equation to that
-
@011830-0a42ef84 Use a widget and make its background transparent (transparency 100% in color picker), and make it a loading symbol, try using ◠ and making it spin with the rotate widget block. This is a no sprite solution and can even be done in the Stage or wherever you choose.