I’m having a issue figuring out how to do make sequential actions occur.
Broken down to its simplest form what I’m trying to do is make image1 grow 25% larger and only upon completion of this action will a sound play.
I can make the image grow, I can make the sound play, no problem, but I cannot figure out how to make the sound play ONLY after the image has grown it’s 25 percent.
Any help would be great.
Thanks.
Are you are using an animation to resize the image/view? If so you
and then in the selector you can play the sound
You can also implement the callback delegate