An expansion to my project with my new bezier curve blocks. Press Q to draw a quadratic bezier curve Press C to draw a cubic bezier curve Click and drag the points to modify the curve Adjust the "res" slider to change the resolution of the curve. Higher resolution curves will be smoother at the cost of processing time, though it shouldn't matter too much since the curve can be drawn very quickly.
Just like my old bezier curve project, but without the Reverse Polish. Don't know if its simpler/easier to understand, but its definitely faster since it is running without screen refresh. I've set it to continuously update redraw the curve while changes are made since it can be redrawn seemingly instantaneously. Please DO reuse the blocks in the "Bezier" sprite in your own projects. Wikipedia article on Bezier Curves: http://en.wikipedia.org/wiki/B%C3%A9zier_curve