(self, x, y)
| 25 | self.ondrag(self.shift) |
| 26 | |
| 27 | def shift(self, x, y): |
| 28 | self.sety(max(0,min(y,1))) |
| 29 | self._color[self.x] = self.ycor() |
| 30 | self.fillcolor(self._color) |
| 31 | setbgcolor() |
| 32 | |
| 33 | def setbgcolor(): |
| 34 | screen.bgcolor(red.ycor(), green.ycor(), blue.ycor()) |