answersLogoWhite

0


to circle

repeat 360 [ fd 2 rt 1]

End


to fillblue

pu setpos [20 20] setfc 1 fill

End


to fillgreen

pu setpos [20 20] setfc 2 fill

end


to fillorange

setpos [120 20] setfc 14 fill

End


to fillred

pu setpos [120 20]

pu setpos [120 20] setfc 4 fill

End


to France

pd outline pu fillblue fillred

End


to hectagon

repeat 6 [fd 100 rt 60]

End


to house

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]

end


to houseb

cs pd house pu lt 90 fd 20 setbrown rt 90 fd 50 setbrown


End


to Ireland

pd outline pu fillgreen fillorange

End


to italy

pd outline pu fillgreen fillred

End


to italy1

pd outline pu fillgreen fillred

End


to libya

pd square pu setpos [50 50] setfc 10 fill

End


to oblong

repeat 2 [fd 20 rt 90 fd 100 rt 90]

End


to rasta

pd italy pu setpos [60 50] setfc 6 fill

End


to rectangle

repeat 3 [fd 100 rt 90 fd 50 rt 90]

End


to Redbox

pd square pu setpos [50 50] setfc 4 fill

End


to setbrown

setfc 8 fill

End


to square

repeat 4 [fd 100 rt 90]

End


to star

REPEAT 8 [FD 100 RT 135]

End


to star2

Repeat 5 [fd 100 rt 144]

End


to swiss

redbox pd fd 32 rt 90 fd 8 rt 90 fd 32 lt 90 fd 16 rt 90 fd 8 rt 90 fd 16 rt 90 rt 90 lt 180 lt 90 fd 32 lt 90 lt 180 fd 8 rt 90 fd 32 lt 90 fd 16 rt 90 fd 8 rt 90 fd 16 setpos [55 50]

setfc 7 fill

End


to tri

repeat 3 [fd 100 rt 120]

End

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

How do you make a boat in MSW logo?

n


How do you make a robot in msw logo?

you be gay


How you make a castle on msw logo?

you type pu your mum and your dad


How do you make a flower on msw logo?

To create a flower on MSW (Microsoft Word), start by using the "Shapes" tool found in the "Insert" tab. Select a circular shape for the flower's center and add petal shapes around it, such as teardrop or oval shapes. Adjust the colors and sizes as needed, and group the shapes together once you're satisfied with the design. Finally, you can add additional details like leaves using similar shapes.


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 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 play MSW Logo free?

`can i play? jhvjkoo


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

repcount


How do you draw a circle on MSW logo?

Repeat 360 [fd 1 lt 1]


How do you make an ellipse in MSW logo screen?

To create an ellipse in MSW Logo, you can use the ELLIPSE command. First, set the desired dimensions by specifying the horizontal and vertical radii. For example, the command ELLIPSE 100 50 would draw an ellipse with a horizontal radius of 100 units and a vertical radius of 50 units. Make sure to adjust the values according to your desired size and shape.


Why to learn MSW logo?

Learning MSW Logo can help improve problem-solving skills, logical thinking, and creativity through programming and designing. It also provides a foundation for learning more advanced programming languages and computer science concepts in the future. Additionally, Logo is a user-friendly language that is great for beginners to learn programming.