hi there,

i 'd like to know if there is a way to clear all Intervals in a movie with one command...

in my current project I use setInterval()
very often in different clips and though i cleanly put the corresponding clearInterval() commands in the script I realized, that on slow computers some of them don't get stopped...
which puts more weight on the CPU and sometimes slows down the comp very much.

is there a fix ?


tia