Hi guys,
I have a c3p file here ufile.io/439ql.
This is my first game so the code will be a bit messy, but the general idea is that it's a quiz game based on the solar system. A question at the top pops up and you select the corresponding planet as the answer and fire it to the sun, if it's correct, the next question arrives.
However, I'm getting a random bug in which sometimes 2 questions are appearing on screen at once. This makes the question impossible to read and breaks some other functionality. While watching the debugger, it seems that sometimes the question_no int++ is being incremented more than once when it is triggered by a correct planet colliding with the sun. The behaviour happens a lot more on my tablet than it does on the mac where I'm developing it. I'm really at a loss as to why this is happening and I just don't know what to do. I'd hugely...HUGELY appreciate any help with this.
Thanks.