My story is the following. I've added a button to a tab bar, and I have set the button identifier to 'Play' so that it looks like a play button. I am using the identifier so that I don't have to use my own 'play.png' image.
When I press the button, apart from playing a sound, I want the image (identifier) to change to 'pause'. I'm unclear if one can, and if so how to make this change.
I've seen some examples of toggling buttons from play to pause etc. but they seem to be using local image files which I want to avoid.
Any help is appreciated.
Paul.