100michaelmcleod100 wrote:
It seems that you must use only one stop command or they all get invalidated. I'm still not understanding the stop functions, it would seem intuitive that you could put a stop on every frame if you wanted ( which would be ridiculous) but that any frame that was reached would respond with...well stopping.
but as I just found, if you use more than one stop on the timeline, the timeline ignores them all and plays to the end.......is this correct? (these are the results I have gotten, but I certainly don't think that it should be true as I will be needing to stop more than one time on any timeline).
You can have more than one stop trigger on a timeline, but as I mentioned, your syntax must be correct: sym.stop() And of course, it won't play again until you signal sym.play() - again, with correct syntax.