That will only play animations between 0 and 125.
You can just use dir.Play rather than playrange to play the entire scene director.
Playrange can be used to play certain sections such as 60 to 120.
You can also use things like dir.PlayRange(0, dir.duration) which will start at a fixed frame and end at the end of your scene director.
------------------------------
Simon Redmile
Senior Graphic Programmer & Designer
Ross Video
Bristol United Kingdom
------------------------------
Original Message:
Sent: 08-15-2022 10:06
From: ROMAN YAROSHENKO
Subject: Run SceneDirector onSetText Datalinq update
Hello Curtis!
You're right. Use OnSetText with this script (in text Object).
Dim dir As xpSceneDirector
scene.GetSceneDirectorByName("name_of_your_SceneDirector", dir)
dir.PlayRange(0, 125)
------------------------------
ROMAN YAROSHENKO
------------------------------