Just a small project I made to test my understanding of bézier curves (I'm using them for my robotics team, and I was curious to play around with rendering them in Scratch) Drag the numbered points around to reshape the curve Feel free to ignore this, play around with it, or use the code yourself! I may try to use this to make a mouse trail effect at some point, since that would be cool, but maybe not :) It you're curious as to how this works, check out this website: https://javascript.info/bezier-curve I think it does a really good job of explaining the concept