Playing sound files in succession. Basically, I want to play a sound file by using of a PV or something. Like if I have chain1.wav - chain7.wav.
Tried This:AppPath & "se\chainSprite.Value('PegSound').wav"
and this and the following.
AppPath & "se\chain""Sprite.Value('PegSound')" ".wav"
AppPath & "se\chain"Sprite.Value('PegSound')".wav"
AppPath & "se\chain"&"Sprite.Value('PegSound')""&.wav"