I spent a lot of time to make my game; making the art and the game itself.
My Game:
http://www.scirra.com/arcade/addicting- ... go-catcher
For the most part the game is mostly bug free(which took some time to do) but just for one bug.
When you lose the game and you go to the lost layout the "Play Again" and "Back To Menu" texts must be clicked to complete their action.
Before the problem was when I click the text nothing happen, so I added the action to reset the global variables.
It solved the problem but now the texts must be clicked twice to complete their action; one click resets the global variables and the 2nd completes the the action what it was suppose to do in the 1st place.
Keep in mind I use the same exact texts "Play Again" and "Back To Menu" in the end game layout and it runs as required <img src="{SMILIES_PATH}/icon_e_surprised.gif" alt=":o" title="Surprised"> <img src="{SMILIES_PATH}/icon_eek.gif" alt=":shock:" title="Shocked"> <img src="{SMILIES_PATH}/icon_e_confused.gif" alt=":?" title="Confused">
So here is how I set out to fix this problem:
I made separate/fresh text for lose layout: still had problem <img src="{SMILIES_PATH}/icon_e_sad.gif" alt=":(" title="Sad">
Duplicated the end game layout and used it for the lose layout: still had problem
Made back the lose game layout from scratch: still had problem <img src="{SMILIES_PATH}/icon_e_surprised.gif" alt=":o" title="Surprised"> <img src="{SMILIES_PATH}/icon_eek.gif" alt=":shock:" title="Shocked"> <img src="{SMILIES_PATH}/icon_cry.gif" alt=":cry:" title="Crying or Very Sad"> <img src="{SMILIES_PATH}/icon_mad.gif" alt=":x" title="Mad">
I think I tried everything,this bug may seem small but it is still a problem and I don't like problems <img src="{SMILIES_PATH}/icon_cry.gif" alt=":cry:" title="Crying or Very Sad">
At this point I'm thinking it is a problem with Construct 2 software itself...
Any help with this problem will make my week <img src="{SMILIES_PATH}/icon_e_geek.gif" alt=":geek:" title="Geek"> <img src="{SMILIES_PATH}/icon_e_ugeek.gif" alt=":ugeek:" title="Uber Geek">
Thanks in advance <img src="{SMILIES_PATH}/icon_e_smile.gif" alt=":)" title="Smile">