it is me, again. this is my second file with different conditons. i have tried to make the message appear when the button is clicked on but in vain.
my objectivity is to make the “sorry.try again” message appear if the wrong button is clicked. 2 last tries will be given a chance. if stilll the third attempt is wrong, the answer message will appear.
i think that i write wrong conditions so can u take a look at my file? my file is very simple and not messy at all. so can u tell me what conditions to write after u take a look at my file. thanks!
i will greatly appreciate it if you can help me with this because i really need to get it running for my major project. thanks!
i’m not sure about the hitarea thing because i’ve never used it before but why dont’ you use onRelease? oh yea and the 2 try thing, you can make a variable and add one to it after each click. and when that variable reaches 3 or something you could make a message appear.