0
Not a bug

audio looping even though action set says no looping

Charmaine Anderson 10 ár síðan updated by Alin Alexandru Matei 10 ár síðan 1
I have an animated element (png sequence) set to play on tap.  It is set to loop.  I also chained an on tap action to play an audio clip (.mp3).  Problem is the audio loops also even though on the audio action set I set it to NOT loop.  
I want the animation to loop continuously on tap but not the audio clip. Thanks for looking into this or offering a work around.

Answer

Answer
Not a bug
If you chained the Audio behavior to the Animation, and the animation will loop, that will cause the audio to loop also. As you said the best way to avoid this is to make Tap-PlayAudio instead of a chained PlayAudio
I found a workaround, I made the Play Audio the first On Tap action and chained the on tap animation to that and the audio now does not loop.
Answer
Not a bug
If you chained the Audio behavior to the Animation, and the animation will loop, that will cause the audio to loop also. As you said the best way to avoid this is to make Tap-PlayAudio instead of a chained PlayAudio