Not sure how to approach this. I have a ball with a touch listener attached. You touch and hold the ball and move it around the screen until released. Is there a way to limit the amount of time the ball is held. So after the a period of time the touch is cancelled even if the user is still touching?
Hope this makes sense?