Hi,
I have a display object that does a transition as below:
transition.to(playButton, { alpha = 1, y = display.contentHeight - 122, time=100})
It also has a touch listener. While it is in transition, I can also touch it. I wanna to disable to the touch until it finishing transitioning. Can someone share me the solution.
Thank you.
So Lin