I have a stop watch feeding the time on a movie patch. This time also
goes through a javascript patch, which evaluates the current time and
decides whether the movie needs to be restarted (for looping).
However, the stop watch will not take the output of the javascript
patch. I suppose this is because it could create some sort of
feedback problem since it's creating that time in the first place.
Is there any way I could get this output back into the stop watch patch?