-
loop, stop, then loop again
Expressions are pretty new to me, and now I’m knee deep in a project that I need an expression for. I have a string of squares attached to a null object. I’m using a LoopOut expression to make it look like the squares are endlessly moving from start to finish. My problem is that I want to stop them for about 20 seconds, then start them back up again. My only idea is to parent them to the null, use a LoopIn expression to get them to move until I need them to stop, then duplicate all the squares, attach them to another null, and use a LoopOut expression to continue on until the end. That would involve a lot of layers, and I know there must be an easier way to do this. I didn’t want to waste anyone’s time with what I’m sure is an easy fix, but I can’t find my answer, and my time is running out. Any help is very very appreciated.