adding sound not working
Posted: Sat Jan 11, 2014 3:43 pm
I am trying to add background music which can be stopped and played by the player in the game i am creating. I googled how to do it and added the following example code to a button:
on mouseUp
play audioClip "/Users/davidwilliams/desktop/audiolesson/hello.wav"
end mouseUp
When i substituted in my stuff, all i got was thing crackling sound. Could someone please explain why, and what i can do.
thanks
edit: the file is not compressed.
on mouseUp
play audioClip "/Users/davidwilliams/desktop/audiolesson/hello.wav"
end mouseUp
When i substituted in my stuff, all i got was thing crackling sound. Could someone please explain why, and what i can do.
thanks
edit: the file is not compressed.