mowen88
@mowen88
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
Pygame
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 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 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