#main function ..... ..... if tempo!=0 : timer= e32.Ao_timer() timer.after(tempo, suono) .... ....
def suono(): global S S=audio.Sound.open('c:\\Fine.wav') S.play() #and now i have to return to the main function and continue with other instructions