Hi, I’m using the Slide View Sample app to display images on a swipe. I’d like to play a speciffic audio clip for each image that is displayed. For example, when the user swipes from image A and moves to image B, the audio for image B should play. Or, if the user swipes from image B to image C, the audio for image C should play. Here is the code I’m using to switch images.
local slideView = require(“slideView”)
local myImages = {
“letter_a.png”,
“letter_b.png”,
“letter_c.png”,
}
slideView.new( myImages )
Any suggestions would be appreciated.
Thanks, [import]uid: 108794 topic_id: 18585 reply_id: 318585[/import]