answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What are the commands to draw a castle in MSW logo?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you make a car on msw logo?

To draw a car in MSW Logo you need to type in commands to control the turtle and draw the image. Common command to control directions of the turtle, and thus draw the car, are fd Ã? forward, lt Ã? left, and rt Ã? right. By including a number with these commands you are telling the turtle the length of the line you would like it to draw.


What are the commands for making complicated 3D drawings in MSW LOGO?

repcount


How you make a castle on msw logo?

you type pu your mum and your dad


How do you draw a circle on MSW logo?

Repeat 360 [fd 1 lt 1]


What are the formulas of MSW logo?

well there are many commands such as pd (pen down) pu (pen up) etc


What is the advantage of using MSW LOGO?

MSW logo is a simple programing language. It gives an idea for programing as it very simple


How do you make a robot in msw logo?

you be gay


How do you play MSW Logo free?

`can i play? jhvjkoo


How do you make a boat in MSW logo?

n


How do you make pentagon in msw logo?

reapea 5 [fd 100 rt 90 5/360]


How do you make circle in msw logo using repeat command?

repeat 360[fd1 lt 1]


How do you draw a sun set on mswlogo?

Here are the steps on how to draw a sunset on MSW Logo: Start by creating a new window and setting the background color to blue. Use the fd command to draw a horizon line across the bottom of the screen. Use the seth command to set the turtle's heading to 270 degrees. Use the pd command to put the turtle in pen down mode. Use the repeat loop to draw a series of orange and yellow lines for the sun. Use the seth command to set the turtle's heading to 0 degrees. Use the pd command to put the turtle in pen down mode. Use the repeat loop to draw a series of red and pink lines for the sky. Use the ht command to hide the turtle. Here is an example of the code you can use to draw a sunset on MSW Logo: set background blue fd 400 seth 270 pd repeat 100 { fd 10 sethue orange fd 10 sethue yellow } seth 0 pd repeat 100 { fd 10 sethue red fd 10 sethue pink } ht This code will create a sunset with a orange and yellow sun and a red and pink sky. You can adjust the code to change the colors of the sun and sky, as well as the size of the sunset. Here are some additional tips for drawing a sunset on MSW Logo: Use the sethue command to change the color of the turtle's pen. Use the repeat loop to repeat a series of commands. Use the seth command to set the turtle's heading. Use the pd command to put the turtle in pen down mode. Use the ht command to hide the turtle. With a little practice, you can learn to draw beautiful sunsets on MSW Logo.