How to play a specific part of a timeline at a time?

Im working on a basic tour scene of a model and I was trying to script it to move using a timeline but only when the user inputs. The object has one timeline and I was trying to figure out how to reference individual clip tracks in a timeline and how to play them. I just want simple click to move functionality

You can set the playable director’s time property to the desired start time before calling Play().

2 Likes

but this only specify the start of the part,how to specify the stop point of the part?