Hey Tony,
Currently my timeline speed is set to 0 in my conversation "start node". I want to set it back to 1 when i press continue button in my last node.
How can i do that?
-Pepe
How to set Timeline speed to 1 after continue button is pressed?
Re: How to set Timeline speed to 1 after continue button is pressed?
Hi,
You can use a sequencer command like this in the last node's Sequence field:
You can use a sequencer command like this in the last node's Sequence field:
Code: Select all
required Timeline(speed, YourTimelineObject, 1)@Message(Continued)
Re: How to set Timeline speed to 1 after continue button is pressed?
Yess! Thank you Tony