I have a small problem with this Q & A - game I’m working on.
I load the questions dynamically from a database using a PHP-script, and that works fine. The problem is, that every time I start a game, I have to click the answer button once before the actual questions show up, even though they’re already loaded in the memory.
The PHP-file outputs a text string like this:
&k=Question 1&v1=Answer 1&v2=Answer 2&v3=Answer 3
Could anyone tell me what’s wrong with this?
Thanks.