Page 1 of 1

Changing an image when mousing over a selection

Posted: Tue May 26, 2020 4:12 pm
by Aphelion
Hello! I'm working on a project where I would need to modify my character's face whenever I mouse over a specific response selection, but I can't seem to figure out exactly how to do it?

I have it set up where the function takes in a string parameter. How do I make it so that an individual Response Node would take in that string whenever I mouse over it before selection?

thanks!

Re: Changing an image when mousing over a selection

Posted: Tue May 26, 2020 5:09 pm
by Tony Li
Hi,

You can use/modify the "Hover Response Button Example" available on the Dialogue System Extras page.

The example shows a tooltip and activates a GameObject when you mouse over a selection. But you can change this to call your function.