I am a new here.
I want to build a words game. is there a way to make an animation while connecting letters like in this video YouTube
thanks for your hel
I am a new here.
I want to build a words game. is there a way to make an animation while connecting letters like in this video YouTube
thanks for your hel
You might want to look into the Canvas component.
Use images of the letters as sprites, and draw lines to achieve the desired effect.
You can use Canvas and image sprites on them.
But if you don’t want to use individual images everytime, then you can put letters in lables and animate these using **Animate ** component in utilities. And a bonus for you, you can also create labels Dynamically using Dynamic Label component.