Connect Letters with Animation

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

1 Like

You might want to look into the Canvas component. :wink:

Use images of the letters as sprites, and draw lines to achieve the desired effect.

3 Likes

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.

1 Like