While creating my project, ALL the sounds seemed to play really weirdly. It sounded like the sound was just generating random notes! Now, whenever I test my project, the sounds keep playing like that! What's going on? How do I fix it?
P.S. I didn't do anything like this:
when gf clicked make the sound completely messed up in attempt to ruin a project forever
Offline
I think you used this script:
forever Play Sound [Sound v] endThat only plays the first sound in the song. Instead, put this:
forever Play Sound [Sound v] Until Done endAlso, this belongs in 'Help With Scripts'. I'll report it for you.
Last edited by humhumgames (2012-07-25 23:53:20)
Offline
Last edited by humhumgames (2012-07-25 23:56:02)
Offline