I’m working in a simulation project where I need to apply animations on different entities. Project demanding is to create custom control to Play/Pause animations. Entities are using Interpolated Paths to move on them. As shown in this example. I want to apply a separate Clock rather then using default viewer.clock. Hence I’ve tried to modified the above example. Here