alydun
Australia
Asked
— Edited
Resolved by Steve G!
Hi, just trying to run a basic script to demo Six reacting to different Glyphs of album covers, speaking a line, doing a movement for a few seconds, then playing some of a track from the relevant artist. However despite using a 'Stop Audio' command after the final movement has ended the music won't stop. Am i missing something here?
thanks in advance. (not a coding natural here i' m afraid)
Sounds like a cool project. Are you playing the music using either a Soundboard PC or Soindboard EZ-B audio controls? If so, there is a Cheat Sheet ControlCommand() for each of the relevant soundboards to stop the audio playing, for example, for the Soundboard EZB, the ControlCommand() is ControlCommand("Soundboard v4", Stop). Might also be an idea to post your script here on this thread so we can see what’s going on and advise.
As an example, you would want something like the following...
Hi, sorry i meant to reply ages ago, been crazy busy here.
Steve G, a big thank you! That tip did indeed solve my problem and the display ended up working quite well. I did have a look through the Cheat Sheet as i was putting the code together, but i guess i was still not recognising the answer in front of my face, being a bit of a rookie in this area...!
You've pointed me in the right direction though in terms of the way i need to be thinking about this, and the relationship script relationship to controls.
thanks again!
and yes it was using the Soundboard PC control!