In a previous post on Polygon Stacks , I wanted to use sliders similar to Spiral Stack to make them interactive. However, at that point, I did not know how to create such sliders in Python Turtle. While working on the previous post on Bézier Curve Animations , I learnt how to click and drag control points (which are individual Turtles) across the screen. I thought we could use the same principle to implement sliders. In this post, I describe how I implemented the basic slider in Python Turtle and applied it to some examples in my previous posts to make them interactive.