Execute a Javascript at a specific timing

Problem: I would like to execute automatically whithout user interaction a Javascript when the timeline reaches a certain time, example: 30 sec or 60 secs. What I have to use? Which is the event?

ActivePresenter Version: 7.5.9

OS: Windows

Notes:
Thank you

Hi,

You can use a Animated Timer object and its Timer Complete event:

Regards

Thank you.
It’s a good idea…