User talk:JohnGames

From Zelda Wiki.org

Jump to: navigation, search
  import pygame.mixer
  pygame.mixer.init()
  if not pygame.mixer.music.getbusy():
     pygame.mixer.music.load("dance.ogg")
     pygame.mixer.music.play