Just use the mouse to drag the three points. The spline defined by the points will be drawn.
The project uses a single, invisible sprite. The contents of a script loop (defined on the sprite) serve as a high-frequency "callback" that updates variables representing the state, then renders that state using only "pen" functions. This serves as a sort of "single, deterministic game loop".