Hello,
I am working on a Trivia game and currently when you press the correct/incorrect answer It will display a graphic, add points, remove HP from player or enemy and then load the next question.
Well during that 5 seconds or so the player can continue to click on the answer boxes so I just wanted to turn touch off for that amount of time.
I thought it would be easy and set it to disable touch when the "Correct/Incorrect" object appears(I have this set to go over all the answer options) that touch could be turned off.
so I tried doing If Obj_Answer_Result Opacity = 100 then Touch = disabled but all touch offers when doing this or comparing to a variable it "Set Permission."
Any one have a suggestion?
Thanks,
Rich