Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Pygame
#2
I have since found two separate ways to solve the above problem.

First:

import pygame
from pygame import mixer

mixer.init() <-- Changed to pygame.init(). Then deleted --> screen = pygame.display.set_mode((1, 1))

Second: I had this snippet to discover the end of a song.

   

I changed it to:

   

I prefer the first solution, obviously. Thank you to all who viewed my original post.
Reply


Messages In This Thread
Pygame - by zazen000 - Nov-15-2021, 06:50 PM
RE: Pygame - by zazen000 - Nov-17-2021, 08:47 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020