Animations and audio
Posted: Fri Mar 23, 2018 1:55 am
Is there a way to make an animation loop until an audio file is done playing using the sequence field?
Support and discussion forum for Pixel Crushers products
https://www.pixelcrushers.com:443/phpbb/
https://www.pixelcrushers.com:443/phpbb/viewtopic.php?t=1348
Code: Select all
AudioWait(myAudioClip)->Message(Done);
AnimatorPlay(state1);
AnimatorPlay(state2)@Message(Done)