4

Does anyone know how I would START a timer at a specific point? I will need to use the timer between many scenes, and I need it to pick up where the previous scene left off....

Here's what my timer looks like:enter image description here

It is in days:hours:seconds:milliseconds format. In the next shot, I would need it to START at 00:00:03:15. Here is the uber-simplistic node setup: enter image description here

Any suggestions?

samiboy
  • 43
  • 2

1 Answers1

4

Adding n to the time will offset the time n number of frames:

Example 1

Omar Emara
  • 22,639
  • 5
  • 55
  • 103