Codesters FAQ is the official FAQ site for codesters.com. We will continue to update this blog with the most common questions we receive form teachers using Codesters.

Draw a line

By putting the pen down, you are getting ready for your Sprite to draw. A line will be drawn from the Sprite's current location to a next location that the Sprite moved. The lines will continue to be drawn as the Sprite moves around the stage until the pen is positioned up.

Actions Pen Down and Pen Up
sprite.pen_down()