Skip to content
Sign UpLog In
Profile icon

mowen88

@mowen88
Repls
Community
mowen88
mowen88
shared a Post
2 years ago
Sounds not working in pygame
Hi all. I have coded a platformer from an online tutorial and I cannot for the lofe of me get sounds to work. They are coded properly, there was no re
Platformer2
Pygame
jordaneasthere
jordaneasthere
sounda.play () returns the object needed to play the sound. You can also use it to find out if the sound is still sounding: channela = sounda.play () while channela.get_busy ( https://besthybridtablesaw.com/best-table-saw-for-beginners/1 year ago
mowen88
mowen88
Thanks Darrell. I don't get what you mean by still sounding? It just doesn't make a noise and shows no errors, syntax looks correct in code. I have used .play() etc.2 years ago
DarrellFranklin
DarrellFranklin
sounda.play () returns the object needed to play the sound. You can also use it to find out if the sound is still sounding: channela = sounda.play () while channela.get_busy (): pygame.time.delay (100) https://writemyessaysonline.com2 years ago