1

Hi guys I am new to Animation. I have an Animation spinning around and would like it to pause as I touch and hold the screen. I need it to pause so that when the touch is released it will resume from the same position. I can do the touch listener easily, but can't figure out a way to pause the animation.

I have read about using a separate thread and pausing it, but surely that isn't the correct/most common way of doing it?

Thanks always appreciate the help!

Jonno
  • 1,542
  • 3
  • 22
  • 39

1 Answers1

0

Try referring to this question here. It states that...

Animations do not have a pause method.

Community
  • 1
  • 1
Brian
  • 7,955
  • 16
  • 66
  • 107
  • I know that but there is ways around it and im just wondering what people find the best – Jonno Aug 17 '11 at 08:50
  • Note that the linked question did receive a [**positive answer**](http://stackoverflow.com/a/7840895/192373). – Alex Cohn Mar 31 '15 at 11:01