you know how your script highlights white when it's being used? Mine highlighted red and everything in my project sort of froze. Does that mean there was an error or something?
Offline
it means the script isn't valid. by chance are you using gadgetmans old blocks?
Offline
Yes, when Scratch hits an error in a script, it turns red. The most common error that causes this condition is division by zero. If you have division going on in your script, look at the denominator (right side of the division operator) and see if it becomes zero at any time during the running.
Offline