Need help with this. After you finish the science trivia questions it still says You have got 1 out of 3 on famous quotes even if you haven't done famous quotes. I know the scripts might be very messy, still pretty new.
The correct answers for science are: B, then c, then D. For Famous quotes if you want them for some reason are: A, D, B
http://scratch.mit.edu/projects/GenChica/2993940
Offline
Pretty sure the problem is that it's resetting the science variable to 0 before its changed the costume on the score sprite so when it's checking what to do it hasn't got any costume change to make and the default costume is shown.
The costume you end up with is actually whatever its set to before that point (if you set it to a different costume beforehand it would end up as that instead).
How to fix
Move all of the set variable to 0 bits from When I receive Done With Category into When Redo Clicked. Make sure that the Show block stays in when I receive done with category.
Last edited by Smozzick (2012-12-20 13:09:07)
Offline
Closed by request.
Offline