answersLogoWhite

0

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.

User Avatar

AnswerBot

3mo ago

What else can I help you with?

Related Questions

How do you make a boat in MSW logo?

n


How you make a castle on msw logo?

you type pu your mum and your dad


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 flower in msw logo using repeat command?

To create a flower in MSW Logo using the repeat command, you can draw petals in a circular arrangement. For example, you can use the following code: REPEAT 6 [ FORWARD 50 RIGHT 60 FORWARD 50 RIGHT 120 FORWARD 50 RIGHT 60 FORWARD 50 RIGHT 120 RIGHT 60 ] This code draws six petals by repeating the pattern of moving forward and turning at specific angles. Adjust the numbers to change the size and shape of your flower.


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


What is the command to set the screen color in MSW LOGO?

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.


Which cell tells pupils their score in MSW logo screen?

In MSW Logo, the cell that typically displays the pupils' score is the "Output" cell or "Info" area of the interface. This section provides feedback on the commands executed and can include the scores or results of specific tasks. Depending on the version of MSW Logo being used, this might also be displayed in a dedicated score window or panel.


How do you draw a circle on MSW logo?

Repeat 360 [fd 1 lt 1]


Is the Mona Lisa created using MSW LOGO?

No, the Mona Lisa was not created using MSW LOGO. The Mona Lisa is a famous painting by Leonardo da Vinci, completed in the early 16th century using oil on canvas. MSW LOGO is a programming language and environment designed for educational purposes, particularly for teaching concepts of computer programming and graphics. Thus, the two are unrelated in terms of their creation and purpose.