Copy link to clipboard
Copied
I want to show word from the first letter to the last letter,the word effect is one by one. For example,at the beginning I only show the first letter 'a',the 'a' size is big,such as 30,and then the letter 'a' size minish gradually to 20.Then show the second letter 'b',first,the letter 'b' size is big also,such as 30,and then the letter 'b' size minish gradually to 20,and the letter 'b' is behind the letter 'a',and so on with letter 'c'. When all letters show,the effect stops.
I have puzzled with it for several days.I don't know how to realize above function. Anyone could tell me how to do it,an example code is better.
Thanks in advance!
Copy link to clipboard
Copied
If you generate individual letters into separate Sprites, you can tween them in sequence to achive what you want, using just code.