Discuss Scratch

WitheredSpringtrap
Scratcher
16 posts

How do I make a sprite continue its other scripts in the sprite after using the "stop other scripts in this sprite" block?

I'm trying to make a sprite which can jump and move. However, when it's jumping, I don't want it to move at the same time, so I decided to use the “stop other scripts in this sprite” block when the “w” key is pressed to make the sprite jump, so as to disable the walking script. However, after the sprite finishes jumping, I want the other walking script to work again, but it doesn't. What should I do?

Thanks!
deck26
Scratcher
1000+ posts

How do I make a sprite continue its other scripts in the sprite after using the "stop other scripts in this sprite" block?

Easiest option is to start that script with a broadcast initially and then you can broadcast again to restart it later.

Powered by DjangoBB