Hi!
I need to know how can I freeze all the animations when I finish the "level", ex: a pick a key, open a door, end of level. But I need all the platforms and other stuff to freeze...
Is there a way to do it, without doing one by one?
Develop games in your browser. Powerful, performant & highly capable.
—
you could try "Set Time Scale" and set it to 0.
another option is to put all the objects playing animations in a family, then at the family level you can tell them to stop with a single action.