Triggering timeline or video file via UDP

Hi all,
Fairly new to touch designer - making a file for an immersive theatre show and looking at triggering either the timeline or video file via UDP messages from AlcornMcBride, to keep 3 separate instances of touch designer in sync.
Wondering if anyone knows where to start with this?

Use the UDP In DAT which will show you the incoming messages.
(See Help- Operator Snippets for examples)
Then use the callbacks in the script DAT attached to the UDP In DAT to control the play parameters of a Movie File In TOP.
Don’t try to control the general TD timeline - as that will pause/play all the TD nodes, which is not what you want.