You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In dialogic 1 the end timeline event would additionally act as
a Leave --All-- event
a fade to no background event
a stop background music event
a hide textbox animation
In dialogic 2 at the time of writing the end timeline event does none of these. Of course they can be added manually, but it might be cool to implement some of that clearing behaviour on that event.
Alternatively we could add a signal and settings like
leave all characters on timeline end
fade background out on timeline end
stop background music on timeline end
hide textbox on timeline end
and probably
automatically add [end_timeline] event at timeline ends (if not added)
I think "clearing the stage" is a very common thing to do and having such functionality could be quite useful although it's just a helper, all of this is already possible.
The text was updated successfully, but these errors were encountered:
I will close this. This is now possible with the clear event. Having it as a separate event makes it much more useful as it can be put before a JUMP or after a LABEL to ensure a "clear stage" for the following dialog.
In dialogic 1 the end timeline event would additionally act as
In dialogic 2 at the time of writing the end timeline event does none of these. Of course they can be added manually, but it might be cool to implement some of that clearing behaviour on that event.
Alternatively we could add a signal and settings like
and probably
I think "clearing the stage" is a very common thing to do and having such functionality could be quite useful although it's just a helper, all of this is already possible.
The text was updated successfully, but these errors were encountered: