Stop ()
Jump to navigation
Jump to search
stop is a control stack block that stops another sprites scripts from running.
Workaround
Broadcast a message to the sprite to stop, and under the when I receive block in that sprite, put a stop [other scripts in sprites] block there.
broadcast [stop sprite v] when I receive [stop sprite v]//In the sprite you want to stop stop [other scripts in this sprite v]