Hello all,
I have a lyout where I have 7 instances of a play button. Each one has a UID assigned to it but I cant figure out how to arrange the Touch (or Click) with the system events to play a given audio track when one of the play buttons is clicked.
For example the top most play button has a UID of 41 and I want it to play "audioTrack1" when the player clicks it. Likewise the 7th instance of the play button has a UID of 48...and when the player clicks it I want it to first stop any music that is playing then pay track "audioTrack7".
This is a simplified example of what I am trying to do...but if someone can help me get this straight I can experiment till it does exactly what I want it to do with other things (like repeating the track...or running through all seven tracks like a playlist).
I would greatly appreciate either a discription of how the event sheet should look or an example. I have looked in the forums and at the tutorials and it seems like everyone is trying to do more complicated things than I am and I cant seem to figure out this relatively simple task.