Are you sure?
Do you want to delete “Bouncy Ball” permanently? You will not be able to undo this action.
import icons ball = icons.Futbol(width=30, height=30, x=15) points = [(50, 85), (85, 50), (50, 15), (15, 50)] for x, y in points: with animation(duration=0.8): ball.x = x ball.y = y