Insight Horizon
technology /

How do you make patterns in MSW logo?

How do you make patterns in MSW logo?

Use the fill-can tool to fill your shapes creating nice patterns….Repeated pattern created using a square:

  1. Repeat 10 [square rt 36]
  2. Repeat 12 [square rt 30]
  3. Repeat 30 [square rt 12]
  4. Repeat 36 [square rt 10]

How many parts MSW logo window has?

Main Screen and Commander Window are the parts of the MSW logo window.

What is the main window in logo?

Main Screen is also known as the Graphic Screen. It is the place to draw pictures or figures. The triangle shape in the centre of the Graphic screen is called Turtle. Turtle moves on the screen according to the commands given by you.

What can we do with MSW logo?

MSWLogo supports multiple turtle graphics, 3D computer graphics, and allows input from ports COM and LPT. It also supports a windows interface, so input/output (I/O) is available through this GUI, and keyboard and mouse events can trigger interrupts.

How to make a house in MSW logo?

Command to make house in msw logo? REPEAT 4 [fd 100 lt 90] fd 100 lt 90 REPEAT 3 [FD 100 RT 120] lt 90 fd 100 rt 90 fd 35 REPEAT 2 [FD 60 RT 90 FD 50 RT 90] fd -5 rt 90 REPEAT 2 [FD 40 RT 90 FD 25 RT 90] penup fd 60 pendown REPEAT 4 [FD 25 RT 90]

How to draw a square in MSW logo?

Start off by opening the editor window. Then type: “To Square”. Next, hit the ‘return’ key. Type the instructions for drawing a square, using the repeat command (see above). When you have typed the instructions for drawing a square, hit the return key and then type: “end”. Close the editor window. Save the changes.

How to make a turtle with MSW logo?

Try typing the following into the command screen: Repeat 3 [fd 50 rt 50] Experiment by making other shapes using the repeat command. This table might help you. Try making these shapes, filling in the details requested: Polygon Name Number of sides Size of external angles Size of internal angles Instructions to the Turtle

Where do I find the MSW Logo menu?

You can do this by clicking on “File” and then “Save and exit” (see diagram below). Another way of closing the window is simply clicking on the ‘x’ button on the top right of the window. When you do this the dialogue box that you see to the left will appear. Introductory MSW Logo Tutorial (2003)