Hi every one,
can any one help me in this. I want to add sound to this example:
http://developer.anscamobile.com/content/slide-view
I mean when I touch any of these pictures a sound file will run, in other words when I touch picture1 a sound file will run, and when I touch picture2 another sound file will run. I have tried this line of code:
sound_1 = audio.loadSound(“file1.mp3”)
sound_2 = audio.loadSound(“file2.mp3”)
theGroupName[1] = audio.play(sound_1)
theGroupName[2] = audio.play(sound_2)
it does work, but I have to click the picture twice and when I transfer it to the iPod it doesn’t work properly.
TIA;
admin6 [import]uid: 45018 topic_id: 8632 reply_id: 308632[/import]