Sound, Music doesn't work
mypingo7
Member Posts: 22
So I had this sound effect that I used when my player picked up an item, but when i created a second level and tried to have the sound work again, it wouldn't work and the sound stopped working in the initial scene as well. I did this:
When actor overlaps or collides with actor or type GEM, play sound _____.
it used to worked but now it stopped, any thoughts?
Comments
have you set the volume to the right attribute?
well i said, play sound ___ and then the setting was volume 1 and pitch 1
I left it as that and it worked, except now
There could be so many things going wrong in the code that it's almost impossible for us to give you anything more than a guess – unless of course you upload either your GS file or a screenshot of your code. Than maybe we can help figure out what was going wrong.
Thanks for the the comment but its ok i got it now, apparently the file wasn't an mp3 and was some other weird sound format that got converted so i converted it to mp3 and it started working again