Straight Lines

Add the following blocks - you can set your pen color to any color you prefer

We want to make sure that our straight line will go from left to right - so add the blue motion block that says point in direction 90 to the end of the code you already have

Now add the block to move forward 150 steps

Run your code - you should have drawn a straight line from left to right on your stage

Now - see if you can use your Scratch knowledge (and some turn blocks) to draw ascending and descending stairs

TIP: Instead of using the clear OR erase all block - try picking the pen up as you set up and move around, putting the pen down when it is time to draw, and picking the pen up again once the drawing is done. This should help eliminate the random lines drawn all over the screen

Last updated