+1
Z odpowiedzią
Loop a sound file.
This might be a feature request, maybe not. I am trying to loop a sound action using the "sync" tag, but no dice. Is there a work around?
Customer support service by UserEcho
<action name="sound1">
<sound action="play" source="sound" type="mp3" />
<play anim="sound2" />
</action>
<action name="sound2">
<sound action="play" source="sound" type="mp3" />
<play anim="sound1" />
</action>
<actions>
<action name="sound1">
<sound action="play" source="pennant" type="mp3" />
<play action="sound2" delay="1"/>
</action>
<action name="sound2">
<sound action="play" source="pennant" type="mp3" />
<play action="sound1" delay="1"/>
</action>
</actions>
I was doing the same but using "sync" and it was not working as I expected.