Page 5 of 5

Re: Speech Bubbles Remaining Active Issue

Posted: Sun Jul 05, 2020 7:14 pm
by jae026
I have a quick question. Everything is going fine but I was wondering if there is a way to play the talk animation while the dialogue types instead of after the text types on.

Also if a character picks a choice the talk animation plays after the selection is made instead of during the type on.

Re: Speech Bubbles Remaining Active Issue

Posted: Sun Jul 05, 2020 8:12 pm
by Tony Li
Hi,

I don't recall how you have set up the talking animation. But usually you use AnimatorPlay() commands. To start the talk animation as soon as the subtitle appears and then stop it as soon as the typewriter stops, use something like this:

Code: Select all

AnimatorPlay(Talk);
AnimatorPlay(Idle)@Message(Typed)