This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2012-10-11 10:14:34

jennmarw
New Scratcher
Registered: 2011-03-07
Posts: 2

stopping scripts for one sprite

How can I stop all scripts for one sprite during a game? I've tried using the

stop all
but that stops everything for all of my scripts. The
 stop script 
doesn't stop everything for that sprite, but only the script where that block is located.

Help!

Offline

 

#2 2012-10-11 10:49:53

roijac
Scratcher
Registered: 2010-01-19
Posts: 1000+

Re: stopping scripts for one sprite

you can make a variable called 'stop' and put all the scripts in the sprite you want to stop in a 'repeat until stop = stop' loop. it'll be fixed in scratch 2.0  hmm

Offline

 

Board footer