I am working on this game...
http://scratch.mit.edu/projects/ponytailnerd/1826376
...and it has issues. The primary problem is that the nuts, which are supposed to disappear and increase the score when they touch the squirrel, do neither. Any ideas what's happening?
Offline
Yep! One of your first scripts has a Stop All Scripts running off the green flag. This is stopping all the Forever If scripts so that no checking is taking place. It looks like you intended the Stop All scripts block to only happen if the score was less than -5 but that is not the way it is actually set up.
By the way, scripting problems like this usually belong in the All About Scratch forum. I'll move it over there for you.
Offline
OK, thanks.
Offline