Hello All, I am building an app and I use 2 different Frame by Frame Animations that are used in the application. What I want to do is have one start after the other finishes. Whats the best way to go about this? I have tried using the touch events of ACTION_DOWN and ACTION_UP, but if I I let up on the screen before the animation is finished it immediately starts the 2nd animation.
I need the 1st animation to complete fully and then go to the 2nd animation because I don't want the 1st animation to loop or die out early. All ideas are welcome. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

