Help getting the UI to do what I want
Posted: Tue Feb 16, 2016 3:07 am
Ok, I've gotten a decent handle on the framework, but the rendering options for subtitle text is just confusing me beyond belief.
This is the effect I want (I dont think it's compicated) (I'm using NGUI):
1. Render dialog text using typewriter effect
2. When the typewriter effect is done, show responses
Currently what I have can't do that. There is a min delay for showing subtitle (why?), so I set that to 2 seconds, then the typewriter text disappears even if its not done, and then shows the subtitle reminder which doesn't work.
Also, the "OnFinished" event for the typewriter effect triggers instantly, which ruins some of my animations (I have animations for mouth movement while type writer effect is going, then I want OnFinish to stop the animation).
The LUA side and the database editing of this framework is lovely, but the UI portion has been a pain to work in.
Can you help me solve this issue?
Here are some images to hopefully help.
This is the effect I want (I dont think it's compicated) (I'm using NGUI):
1. Render dialog text using typewriter effect
2. When the typewriter effect is done, show responses
Currently what I have can't do that. There is a min delay for showing subtitle (why?), so I set that to 2 seconds, then the typewriter text disappears even if its not done, and then shows the subtitle reminder which doesn't work.
Also, the "OnFinished" event for the typewriter effect triggers instantly, which ruins some of my animations (I have animations for mouth movement while type writer effect is going, then I want OnFinish to stop the animation).
The LUA side and the database editing of this framework is lovely, but the UI portion has been a pain to work in.
Can you help me solve this issue?
Here are some images to hopefully help.