def play_music(self):
     State.play_music(self)
     if self.child_state:
         self.child_state.play_music()
     return