Hold down the mouse to start drawing. Upon the release of the mouse, the engine will make your drawing more square.
This is a Scratch adaptation of a visual engine used in Unity called Marching Squares, which takes an object and makes it square via recording how the object goes through a simulated grid of squares, hence the name "Marching Squares".