def nextScreen(self, *args): self.root.sm.transition = SlideTransition(direction="left") self.root.sm.current = 'MainMenuScreen' Clock.unschedule(self.nextFrame)