Skip to content

How should I custom animation for choices #2055

Answered by Jowan-Spooner
HakkerBarry asked this question in Q&A
Discussion options

You must be logged in to vote

Hey @HakkerBarry.

I assume you already are making a custom layout, if not, that is definitely needed for customization like this.

An animation player could certainly work for this. Tweens are another popular option for animating UI.

Here is a couple of useful signals to react to:

  • Dialogic.Text.animation_textbox_show
  • Dialogic.Text.animation_textbox_hide
  • Dialogic.Choices.choices_shown (info:Dictionary)
  • Dialogic.Choices.choice_selected (info:Dictionary)

These should be enough to activate all your animations I think.

Good luck!

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@HakkerBarry
Comment options

Answer selected by HakkerBarry
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants