python, using tkinter. In the canvas method you can manipulate objects, such as the channel_name.move (settings) method. But I wanted to apply this method at regular intervals so that when I pressed the pacman right, I would go right until I found an obstacle, without having to squeeze all the time to the right. Does anyone know how I could fix this problem? thank you
Bind that object with a function... And then have an if event.char==your_key: change coordinates
Обсуждают сегодня