Welcome to the Indigo Rose Software discussion forums! You will need to sign up for a forum account and login before you can post. Need help? View the Forum FAQ.
You could use a Slider object for this. Get the total time of the loaded file with QuickTime.GetLength(), adjust the range of the Slider, set up a timer to call QuickTime.GetCurrentPos() once per second, and update the position of the Slider accordingly in the timer event script.
Comment