please look at this project... it has a bug with the scoreboard and I need some help.
I'll also check the FAQ but look at my project anyway
http://scratch.mit.edu/projects/fbboi999/47441
Offline
what is the specific bug? I am moving your question to the troubleshooting forum since it might be more likely to get people to help you there .
Offline
well... sometimes (as far as i know its random, but it may not be, so i'm asking this) if you win then it adds 1 to the wins and ties section, or some other combination of 2 (wins/losses/ties). Obviously, it only needs to add one to one section.
HELP!
Offline
does anybody know what i can do to fix it?
Offline
??????? help????
Offline
There may be several problems with your scripts.
The first I saw was that when space key is pressed you could send not just one of "Rock" "Paper" "Scissors", but any number of them from 0 to 3.
You need another variable, say "cat chooses"
and set it to random 1 to 3. Then you can test it using the current code.
The problem with the current code is that you generate a *new* random value for each test, when you only one value for each press of the space key.
There may be other bugs, but try fixing this one first.
Offline