I want to detect when one scene is done, then make it stop until it’s selected again. How can I only stop the scene I’m currently on?
The
block only stops the scene that the block is in. Switching to another scene “pauses” the first scene.
If you want the scene to stop, rather than pause; you might want a
before switching to a scene