Hello,
I have the type writer effect attached to 2 different labels. These labels are always present in my scene, however the labels are just changed based on what you click and sometimes deactivate or reactivate using NGUITools.SetActive().
Since I am never destroying these labels any time, the type writer effect only runs through the first time you click on something. Is there a way, or a command you can use to reset the typewriter effect every time it is finished? Or better yet when it detects an label has been changed?
Thank you.