I have 6 button for drop ball in my grid view. When I pressed button and at same time I pressed another button before release the first button.And release both button at a same time than my game is not working properly. So how to disable another button’s click event when I have already hold one button??
The Game is like https://market.android.com/details?id=uk.co.aifactory.fialfree&hl=en see the screenshots there are 7 green down arrow button for dropping ball.
Thank You!!
You can try this
When you call a function on a button click in that function disable all other buttons
accordingly again enable them after you complete your task on the clicked button…I have not used this before but I think this will work for you..All the best..