Dialogic Animation #1600
-
After my dialogic timeline ends, I want an animation to play. How do I do this? Someone told me to use dialog.timeline_end but I'm not sure what they mean by that. |
Beta Was this translation helpful? Give feedback.
Answered by
Jowan-Spooner
Jun 13, 2023
Replies: 1 comment
-
Hi, it would be useful to know what version you are using. Dialogic emits a signal when it's finished. If you are new to godot, try to learn about signals here. In dialogic 1 the signal is part of the dialogic node returend by Dialogic.start(). This means something like this code should work:
In dialogic 2 it could look like this:
I hope this helps. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Jowan-Spooner
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, it would be useful to know what version you are using.
Dialogic emits a signal when it's finished. If you are new to godot, try to learn about signals here.
In dialogic 1 the signal is part of the dialogic node returend by Dialogic.start(). This means something like this code should work:
In dialogic 2 it could look like this: