Click the Green Flag then watch the pen draw. This is a way to draw using individual Sprite objects as waypoints. In this case, to write a name in cursive. With more waypoints, the art becomes less crude.
The pen first goes to Sprite2, then Sprite3, and so on... Move the existing waypoints around OR make new ones with Right-click then Duplicate. You'll need to update the last_sprite variable to match the highest-numbered Sprite. So if you had a Sprite99 then set last_sprite to 99. LCL 2022 Week 2