I have a questions and answers game - 60 seconds to answer 12 questions. Once timer is up the background chaneges and the sprite which asks the questions dissapears all good. The box, in which the questions are answered, however still remains on the second background. The script finishes with 'stop script' to stop the questions repeating.
Are there any ideas of how to stop the answer box appearing on the next screen?
At the moment I have:
[scratchblocks]
when gf clicked
[forever]
if <(level) = [2]).
[show]
ask [question]
else
[hide]
[stop script]
end
Which isnt working.
Thanks
Offline
By "box" I think you mean list. Make sure you make the list still showing when the background changes. I was a bit confused in what you were trying to say, so please don't get mad if I sound clueless. I think you may have a script that hides the list, AKA "box".
Offline
I'm not sure how to fix this, but if by "box" you mean the answer bar at the bottom, when you put a script
ask (question) and waitThe script is paused until user answer something. So according to your script, I don't think it would even hide until the user does so.
Offline