answersLogoWhite

0

SETCH command is used to point the command its head in any direction without using the RT or LT.

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

How is the SETH command different from RT command?

The SETH command is used in programming, particularly in the context of setting values or properties, while the RT command typically refers to a command for runtime operations or real-time processing in various systems. SETH focuses on establishing a state or configuration, whereas RT emphasizes immediate execution or response during the operation of a program. Essentially, SETH is about assigning values, while RT is about managing actions in real-time.


Sum command in LOGO is used to add 2 or more numbers?

true


what is the go to command?

Windows Logo + R


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.


What is the Go To Command hotkey?

Windows Logo + R


What command allows the turtle to turn its head in any direction in MSW LOGO?

this command allows the turtle to turn its head in any direction


How derived the logo of apple?

They used the logo that was used by the Apple recording company - used by the Beatles.


How do you draw nonagon using logo command?

repeat 3 [fd 250 rt 120]


How do you mAke a rectangle using repeat command FOR LOGO?

This is how to make a rectangle in Microsoft logo. repeat 2[fd 200 rt 90 fd 400 rt 90]


What is the command to change the color of LOGO skin?

alt ctrl shift s. Hope it helps!! :D


How many parts Logo screen divided in to parts?

Two. Graphical area and command area


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

repeat 360[fd1 lt 1]