Hi, I think my question is fairly simple (more a syntax issue). I'm tracing out a curve, and I want the end result to be a series of small ellipses along the curve (position of a projectile at consecutive time periods), with connecting lines between them. I can trace out just the ellipses, and if I use beginShape()/endShape(), I can trace out a solid curve, but I'm not sure how to combine the two. Any help/tips are appreciated. Thanks!