How to animate a circle creation

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By saul

Hello, i’d like to know if there’s an special node to animate the creation of a circle? or can i use an AnimationPlayer as child of a Sprite (the sprite is a circle) to animate the creation of a circle. Something like this

:bust_in_silhouette: Reply From: Dlean Jeans

Use a TextureProgress.
Set the Fill Mode to one of these:

  • Clockwise

  • Counter Clockwise (this one looks like in your GIF)

  • Clockwise and Counter Clockwise