Skip to main content
m
9mo ago

Play next timeline in state machine automatic

Hey guys, I'm new to rive. I got a question about the state machine.

I have a intro animation and another few animations. I want to play the intro animation and then utomaticlly play the next timeline in state machine, if that's possible? I had attached the screenshot of my state machine.

Before, I can use inputs to control the transition between Timeline_start and Timeline_blink manully. But I want to automatically play Timeline_blink after playing Timeline_start.

I really appreciate for any comments and suggestion!

2 replies
J
m
J
9mo ago

What you have should work. The only caveat is that if no condition is set between Timeline_start and Timeline_blink, it will immediately go to the next one without allowing any time for Timeline_start to finish. You can set the transition time by clicking on the arrow between the states and setting that property there.

m
8mo ago

Thank you so much!