Commit 32c164a4 by BellCodeEditor

save project

parent 7575fbc3
Showing with 7 additions and 13 deletions
import tkinter
def login_to_reg():
app_login.root.destroy()
app_reg = My_register()
app_reg.show()
def reg_to_login():
pass
def register():
pass
\ No newline at end of file
if pygame.mixer.music.get_busy()==False:
num+=1
if num>len(music_list)-1:
num=0
pygame.mixer.music.load(music_list[num])
pygame.mixer.music.play()
\ No newline at end of file
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