Commit cdd93778 by BellCodeEditor

save project

parent 44b9a5e9
Showing with 9 additions and 0 deletions
......@@ -51,6 +51,15 @@ while True:
else:
play_button = play_img
pygame.mixer.music.pause()
if x>120 and x<220 and x>350 and x<400:
num-=1
if num<0:
num=len(filelist)-1
pygame.mixer.music.load(filelist[num])
pygame.mixer.music.play()
cilck=0
play_button=stop_img
if pygame.mixer.music.get_busy() == False:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment