def nextScreen(self, *args): # P?echod na další obrazovku tutorialu self.root.sm.transition = SlideTransition(direction="left") self.root.sm.current = self.root.sm.next() Clock.unschedule(self.nextFrame)