I have a game field. I want when any object is in transition/moving, it cannot be touched.
I try to use isTouchEnabled = false or true to prevent the touch. But when there are many moving objects or timers,it’s not working properly.
What is the best method to prevent touch and how to detect if any object is moving then disable the touch.
Thank you so much 
Note: i can disable touch but when I continuously touch, that code is not working properly.
