Hello! I’m working on a recreation of Jeopardy for teachers to use in their classroom, and I’ve run into a snag.
If you tap fast enough on one square and then another, both events trigger and both Jeopardy questions zoom in. This is despite the first tap changing a variable to “gate” the second click from working. I’ve tried all sorts of things, but it all seems to come down to me being able to click faster than the variable can update.
Apologies for the messy code, (I’m an instructional designer for school materials, not a programmer) but this is where we currently stand:
Here is a link to my project file: drive.google.com/file/d/1P1grtZwRaruLPTTs6IMroGfgBHulNm_Y/view
Steps to recreate:
1. Test layout 2.
2. Click the top left Jeopardy square.
3. Immediately click the square below it.
4. Click twice more to get through the answer/question.
5. Click the glowing team icons at the top to assign points.
6. Notice that the points assigned are from the second click’s square. (Suffer.)
Any ideas on how to fix this? Thank you in advance!