Page 1 of 1

How to set Timeline speed to 1 after continue button is pressed?

Posted: Tue Mar 22, 2022 11:35 am
by PepeJEe
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 :)

Re: How to set Timeline speed to 1 after continue button is pressed?

Posted: Tue Mar 22, 2022 11:46 am
by Tony Li
Hi,

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?

Posted: Tue Mar 22, 2022 12:01 pm
by PepeJEe
Yess! Thank you Tony :)

Re: How to set Timeline speed to 1 after continue button is pressed?

Posted: Tue Mar 22, 2022 1:24 pm
by Tony Li
Happy to help!