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
n
you be gay
you type pu your mum and your dad
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.
MSW logo is a simple programing language. It gives an idea for programing as it very simple
To create a flaming sun in MSW Logo, you can use a combination of loops and shapes. First, draw a circle for the sun using the REPEAT command, and then use the FORWARD and RIGHT commands to create flame-like shapes around the circle. For example, use REPEAT 12 [FORWARD 50 RIGHT 30] to create flames that extend outward from the sun. Adjust the angles and lengths to achieve the desired flame effect.
reapea 5 [fd 100 rt 90 5/360]
repeat 360[fd1 lt 1]
To create a bus in MSW Logo, you can use simple shapes and commands. Start by using the REPEAT command to create the rectangular body of the bus, followed by adding wheels using circles with the CIRCLE command. You can add windows and details using the PENUP and PENDOWN commands to position the turtle appropriately. Finally, use the FILL command to color your bus as desired.
`can i play? jhvjkoo
repcount
In MSW LOGO, you can set the screen color using the SETSCREENCOLOR command followed by the desired color value. For example, to set the screen color to blue, you would use SETSCREENCOLOR 1. Colors are generally represented by numbers, where each number corresponds to a specific color in the MSW LOGO palette.