BlackAlpha 10 Posted February 17, 2006 I'm trying to play a music track with a trigger but I don't know what code I should use for the name of the track. I'm trying to play "Seventh - I am gonna fly". I'm using this trigger: playMusic ["nameoftrack?", 30] I got another question. How do I loop music? Share this post Link to post Share on other sites
karantan 0 Posted February 17, 2006 Isn't already the official music 'inside' the trigger, so you don't need any command? Just click Effects button in the trigger, then go to Music section, and pick the right track. For looping the music I guess you'll need a simple looping script. But what are you trying to do, mate; drive us all nuts with a constant repeating of the same tune? Â Â Â Share this post Link to post Share on other sites
BlackAlpha 10 Posted February 17, 2006 I know it's in "effects" but that's not what I need. "For looping the music I guess you'll need a simple looping script." Uhh... That's very usefull info... Share this post Link to post Share on other sites
karantan 0 Posted February 17, 2006 If you know that, where's the problem then? About your second question: <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE"> #loop playMusic "7thImGonnaFly" ~ music lenght time goto "loop" Share this post Link to post Share on other sites
thobson 38 Posted February 17, 2006 For 7thImGonnaFly you will need a delay of 244 - give or take a bit. Share this post Link to post Share on other sites