Commit 1ced2f9a by BellCodeEditor

save project

parent be980241
Showing with 8 additions and 1 deletions
......@@ -52,7 +52,14 @@ while True:
else:
pygame.mixer.music.unpause()
b = stop_img
if x>120 and y>350 and x<520 and y>240 and y<400:
m=m-1
if m<0:
m=len(w)-1
pygame.mixer.music.load(qq+"\\"+w[m])
pygame.mixer.music.play()
ades=0
b = stop_img
if pygame.mixer.music.get_busy()==False:
m += 1
if m > len(w)-1:
......
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