Start a movie with sprites stopped

If I start the movie with a sprite, is there a way I can default set an animated sprite not to play?
Or do I have to manually set a bit of code for each sprite to pause.
Making an interactive comic.

You have to use an action to set the animation using At the beginning of the Scene condition.

Another way is that you can make a separate animation which is the first animation in the list(for the sprite) with only 1 frame so it plays only that frame. By default a sprite plays the first animation in the list, so you won’t be needing any action for that.

1 Like