I found the method - update in the first post.
Original Message:
Sent: 06-12-2025 05:07
From: Simon Redmile
Subject: 1. Automatic start of the additional time clock. 2. Adding a point to the widget counter triggered by the animation of a graphic element.
you've inspired me to make a video on this subject as it comes up a lot, won't be instantly done but I will try do it in the coming weeks.
------------------------------
Simon Redmile
Senior Graphic Programmer & Designer
Ross Video
Bristol United Kingdom
------------------------------
Original Message:
Sent: 06-10-2025 13:16
From: Tom Jan
Subject: 1. Automatic start of the additional time clock. 2. Adding a point to the widget counter triggered by the animation of a graphic element.
Thanks for your reply and help, but I'll admit that I haven't worked with scripts until now. I understand the direction, but nothing works for me here.
I'm like a child in a fog.
------------------------------
Tom Jan
editor
Original Message:
Sent: 06-10-2025 09:31
From: Garner Millward
Subject: 1. Automatic start of the additional time clock. 2. Adding a point to the widget counter triggered by the animation of a graphic element.
EDIT: Nevermind, the event marker would not work since your anim does not take the object outside the view.
Instead I would sggust a script event in the scene director of the IN anim that increments the widget.

Ex.
dim Counter as xpCounterWidget
scene.Project.GetObjectByName("1st quarter sponsor", Counter)
Counter.Value = Counter.Value + 1
I would use the event marker object and then put a script into the OnShow tab to increment the widget.
