As you know, there is a function that stops all animations. Is there a similar function that stops all tweens?
1 Like
You can stop individual tweens but I don’t think you can stop all tweens with one function call. What you can try is putting all of the tweens in a table and then looping over that to stop them all.