Commit 32c164a4 by BellCodeEditor

save project

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