Mswlogo for windows download for free

Mswlogo - mswlogo

Mswlogo

MSWLogo, an interpreter language that is based on Logo with a GUI frontend, is available. It is free software and the source can be found in Borland C++. MSWLogo’s projects are designed for younger users or those who have not yet learned to program. The app includes a variety of tutorials and help materials, as well as test projects. ‘Logo’, a Windows programming language, was created at the MIT Artificial Intelligence Laboratory by Wallace Feurzeig and a select MIT team in 1967. The project grew at MIT, branching to other research locations in Austria, Scotland, and Tasmania, as well as Edinburgh.

Шаг 6: Наслаждайтесь моей коробкой, которую я сделал

Наслаждайтесь моей коробкой, которую я сделал

Я использую логотип MSW уже больше года. Ну, прежде чем я написал это руководство, я уже создал свой собственный бокс, в котором много вещей. Вот ссылка для его загрузки: Это мой новый файл: Awesome Box v3. 0 Это мой старый файл: Awesome Box Нажмите кнопку «Сохранить файл», а не кнопку «Открыть с помощью», затем нажмите «ОК». Я использую Mozilla Firefox 3, поэтому пользователи Mozilla должны знать, о чем я говорю. Чтобы использовать его, сначала загрузите его, перейдите к логотипу MSW и щелкните файл загрузить, затем нажмите Awesome Box. Затем в поле типа командирского окна и нажмите Enter. Наслаждайтесь!

Указатель программы

Программа работает с тремя окнами:

Рабочее окно

Скриншот MSWLogo

В этом окне пользователь пишет прямые заказы, которые сохраняются только в истории, поэтому заказы, выполняющие «одновременные» действия, не могут быть связаны. В этом окне есть несколько очень полезных и практичных кнопок, которые облегчают пользователю быстрое выполнение определенных приказов, действий или инструкций.

Перезагрузить

Очищает экран и оставляет его в исходном (белом) состоянии, но не останавливает текущую процедуру. выполнить — отредактировать предложение

Изменить все

Открывает редактор, показывающий все процедуры, объявленные в программе.

Показать

Это окно служит исключительно и исключительно для того, чтобы программист мог просматривать заказы, адресованные черепашке.

Это, пожалуй, самое используемое окно программы. В начале не отображается, но активируется нажатием на кнопку Редактировать , в рабочем окне. Здесь команды записываются в список с именем процедуры для последующего выполнения в рабочем окне и просмотра на дисплее.

Основные инструкции

Основные инструкции MSWLogo:

(WRITE «|длинная фраза| :variable) Если мы поместим все выражение в круглые скобки, мы сможем писать слова, фразы и переменные.

:VARIABLE Использует значение переменной.

Номер AV Черепаха продвигается вперед.

БЛ Положите карандаш.

BP Очищает экран.

BT Очищает содержимое рабочего окна.

CHAR LC Получаем символ, соответствующий коду последней нажатой клавиши.

LOADADIB «путь\\file.extension Загрузить чертеж с расширением bmp.

CIRCLE номер Рисует круг с номером радиуса.

WRITE :variable Записывает значение переменной.

НАПИШИТЕ «|предложение| Введите фразу в командной строке.

WRITE «слово» Записывает слово в командную строку.

WAIT number Количество кадров, в течение которых черепашка ожидает.

Градусы GD Поверните черепашку вправо.

Градусы GI Поверните черепаху влево.

DO «variable READWORD» Запрашивает ввод значения переменной с клавиатуры.

DO «значение переменной» Создает переменную и присваивает ей значение.

МТ Показывает черепаху.

ОТ прячет черепаху.

PIXEL Возвращает (в квадратных скобках) числа, представляющие интенсивность красного, зеленого и синего цветов пикселя под черепахой.

PONCL Устанавливает цвет пера.

SETFILLCOLOR Устанавливает цвет заливки.

PONCOUNTER число время Выполняет инструкции в квадратных скобках

по истечении указанного времени (в тысячных долях секунды). В инструкции должен быть указан номер активированного счетчика.

POTOCUS Передает управление указанному экрану.

PONPOS Помещает черепаху в координаты .

УСТАНОВКА Градусов Помещает черепашку на указанный курс.

PONKEYBOARD Нажатие клавиши выполняет инструкции в .

Номер RE Перемещает черепашку назад.

FILL Заполняет цветом.

REPEAT номер Повторите n раз то, что находится между .

ЭТИКЕТКА Напишите слова на пути черепахи.

IF условие Выполняет операторы, если выполняется условие.

Если пиксель = Выполните инструкции, если пиксель под черепашкой имеет значение .

Если и (условие1) (условие2) Выполняет операторы, если выполняются оба условия.

С.Л. Поднимите карандаш.

Шаг 5: Шаг 5 Создание окна

Шаг 5 Делаем окноШаг 5 Делаем окноШаг 5 Делаем окноШаг 5 Делаем окно

Логотип MSW может создать окно с кнопками, которые можно щелкнуть для запуска процедур. Начнем с создания новой процедуры. Щелкните Файл, затем Редактировать Имя этой новой процедуры. 0 50 50 Autodraw — это отображаемое имя бокса, а mywindow — это имя, которое логотип MSW использует для других целей. 0 0 — это координаты setxy бокса. 50 50 — это размер бокса. Теперь нажмите «Сохранить файл». и выйдите. Теперь введите в окне командира: Box Затем нажмите Enter. Простое окно будет создано в верхнем левом углу экрана. Теперь нажмите edall и нажмите Enter после (windowcreate «main» mywindow «Autodraw 0 0 50 50 ) Сейчас позволяет сделать некоторые кнопки, на которые вы можете нажимать, чтобы что-то делать. Сначала нажмите кнопку «Сбросить» в командном окне, чтобы удалить поле. Тип: buttoncreate «mywindow» mybutton «Квадрат 10 20 30 10 квадрат Пожалуйста, заключите квадрат в скобки. Mywindow — это имя окна. окно, в котором будет находиться кнопка. Mybutton — это имя, используемое для других вещей. S quare — отображаемое имя кнопки. 10 20 — координаты setxy. 30 10 — размер кнопки. Скобки вокруг квадрата указывают MSW Logo запускать квадрат процедуры при нажатии кнопки. Тип командира: Box Затем нажмите Enter. Окно создается снова, но на этот раз у нас есть кнопка. Теперь, наконец, нам нужно сделать кнопку, которая закрывает окно, вместо того, чтобы нажимать reset. Вернитесь в окно процедуры, затем нажмите Enter после buttoncreate line. Type: buttoncreate «mywindow» mybutton2 «Close 10 10 25 10 windowdelete» mywindowПожалуйста, заключите квадратные скобки в windowdelete «mywindow. Windowdelete удаляет окно, но сначала вы вводите» mywindow «, чтобы указать, какое из них удалить. Теперь перейдите к Commander, введите поле процедуры еще раз и нажмите Enter. Теперь у нас есть окно с кнопкой, которая рисует квадрат, и кнопкой, закрывающей окно. Поздравляем, вы теперь знаете, как многое делать в логотипе MSW, и должны уметь это делать. сделать сейчас почти все. Как я уже сказал, я не могу поставить квадратные скобки, потому что ссылка ведет в никуда.

Commands

Command Abbreviations Syntax Output Example
FORWARD fd FORWARD(space)<no. of steps to move forward> Used to move the turtle front for no. of times specified «forward 100» or «fd 100»
BACK bk BACK(space) <no.of steps to move backwards> Used to move the turtle back for no. of times specified «back 100» or «bk 100»
RIGHT rt RIGHT(space) <degrees to rotate towards right Used to turn the turtle right for no. of degrees specified «right 228» or «rt 228»
LEFT lt LEFT(space) <degrees to rotate towards left > Used to turn the turtle right for no. of degrees specified «left 228» or «lt 228»
HOME N/A home It just comes to the center of the screen but does not cleans the screen «home»
CLEAN N/A clean It cleans the screen of trails but the turtle does not come to the center of the screen «clean»
CLEARSCREEN CS CLEARSCREEN It cleans the screen of trails and comes to the center of the screen «cs»
HIDETURTLE HT Hide Turtle It hides the turtle and helps to view a clear drawing on the screen. «ht»
SHOWTURTLE ST show turtle It shows the turtle after it is hidden from the screen. «st»
PENUP PU (set) pen up It sets the turtle to move without drawing. «pu»
PENDOWN PD (resets) pen Resets to a drawing pen when ordered to move. «pd»
CLEARTEXT CT clear text It clears all the text in the command screen. «ct»

What are the key features of MSWLogo?

  • Create and draw: MSWLogo allows you to create visual designs, drawings, and animations by combining simple commands. Step by step, you can create 2D images, 3D drawings (wireframe and solid), animated GIFs, games, and more.

  • Educational-friendly: This makes it a great tool for creating artwork, visualizing math concepts, and even building simple games. As it is very simple to understand and master, it can be used by anyone in any field.

  • Functions: You can define your own functions to create reusable pieces of code and even use recursive calls. It also supports event timers for multiprocessing, up to 1024 independent turtles, conditional programming, loops, and external library add-ons.

  • Error handling: It provides error messages to help you identify and fix errors in your code, making the learning and programming experience more seamless.

 MSWLogo

  • Interactive interface: MSWLogo provides a graphical user interface that makes it easy to write and run programs. You can see the output of your code and make changes in real-time, allowing for immediate feedback and experimentation. It also supports cutting, pasting, and stretching bitmaps.

  • Networking: It supports TCP/IP Winsock networking, Direct I/O for controlling external hardware, serial and parallel port communications, and also MIDI devices.

  • Devices and events: It supports MIDI devices, multimedia devices (.WAV sound files, CD-ROM control, etc.), and you can even take advantage of event-driven programming (through mouse, keyboard, or timer).

  • Versatility: MSWLogo has lots of other features to offer more flexibility and versatility, like support for standard Windows printing and hypertext help, different color bits per pixel (1, 4, 8, 16, and 24), the ability to save and restore images in BMP format files, Floodfill, Standard Logo parsing, and many more.

Step 1: Step 1 Moving the Turtle

The thing that draws everything is know as the turtle.Let’s start with something simple.In the commander window type in the box:Forward 50 Then click execute or press enter on you keyboard, do this after anything you type in the commander window.This draws a straight line up 50.That was easy but lets make it shorter and faster, type:FD 50 This does the same thing as Forward 50 but is shorter to typeNow that we know how to draw a straight line lets draw it to the right instead of up, type:RT 90 FD 50This rotates the turtle 90 degrees to the right and makes the turtle go forward 50.When things get too messy on the screen, type :clearscreen or CS (abbreviated )This will clear the screen and erase everything drawn this also returns the turtle to the up position.If you want to rotate the turtle left, type:LT 90 Next to draw backwards, type:Back or BK 50The turtle moves back 50.When there are too many words recorded in the commander window, type :Cleartext or CTNow you should now the most basic commands.

Step 5: Step 5 Making a Window

MSW Logo can make a window that has buttons that you can click to run procedures.Let’s start by making a new procedure.Click File then EditName this new procedure Box.Press enter after the word boxNow type:windowcreate «main «mywindow «Autodraw 0 0 50 50 Autodraw is the display name of the box and mywindow is the name MSW Logo uses for other things. The 0 0 are the setxy coordinates of the box.The 50 50 is the size of the box.Now click File save and exit.Now type in the commander window :BoxThen press enter.A simple window is created at the top left of the screen.Now click edall and press enter after (windowcreate «main «mywindow «Autodraw 0 0 50 50 )Now lets make some buttons you can click on to do things.First click the Reset button in the commander window to delete the box.Type:buttoncreate «mywindow «mybutton «Square 10 20 30 10 squarePlease put brackets around square.Mywindow is the name of the window the button is going to be in.Mybutton is the name used for other things. Square is the display name of the button.The 10 20 is the setxy coordinates.The 30 10 is the size of the button.The brackets around the square tells MSW Logo to run the procedure square when the button is clicked on.Now in the commander type :BoxThen press enter.A window is made again but this time we have a button.Now lastly we need to make a button that closes the window instead of having to press reset.Go back to the procedure box then press enter after the buttoncreate line.Type:buttoncreate «mywindow «mybutton2 «Close 10 10 25 10 windowdelete «mywindowPlease put square brackets around windowdelete «mywindow.The windowdelete deletes a window but first you type «mywindow to tell it which one to delete.Now go to the commander window and type the procedure box once more and press enter.Now we have a window with a button that draw a square and a button that closes the window.Congratulations you now know how to do many things in MSW Logo and should be able to make almost anything now. Like I said before I can’t put square brackets because a link to nowhere is made.

What is an MSWLogo procedure?

Table of Contents

Procedures provide a way to encapsulate a collection of commands. Once a procedure has been created, it can be used just the way a built-in command is used. The “meaning” of a procedure is the meaning of its individual commands.

What are the components of MSWLogo?

MSWLogo consists of two main sections – the Screen and the Commander. Let us look at the different parts of the windows. The commander window has 3 main parts: Recall list box – The recall List box keeps a list of all the instruction typed in the Input Box.

Is MSWLogo is an operating system?

b MSWLOGO is not an operating system.

What is FD in MSWLogo?

The commands and their abbreviations are given below − fd – forward. bk – backward.

Features

MSWLogo, as of v6.5b, has following support of various functionality:

  • Supports TCP/IP WinSock Networking.
  • Supports Win16, Win32 and Win32s.
  • Supports Text in all available fonts and sizes.
  • Supports 1024 independent Turtles.
  • Supports Bitmapped Turtles.
  • Supports Cut, Paste and stretching bitmaps.
  • Supports Clipboard Text and Bitmaps.
  • Supports MIDI devices.
  • Supports Direct I/O for Controlling External hardware.
  • Supports Serial and Parallel Port communications.
  • Supports Zooming.
  • Supports Tail recursion (optimizes most recursive functions).
  • Supports User error handling.
  • Supports «Standard» Logo parsing.
  • Supports Floodfill.
  • Supports Save and restore images in .BMP format files.
  • Supports 1, 4, 8, 16, 24 bits per pixels colors.
  • Supports standard Windows Hypertext Help.
  • Supports standard Windows Printing.
  • Supports separate library and work area.
  • Supports construction of Windows Dialog Boxes.
  • Supports Event Driven programming (Mouse, KeyBoard, Timer).
  • Supports MultiMedia Devices (.WAV sound files, CD-ROM control etc.)
  • Supports Event Timers allowing multiprocessing.
  • Supports 3D Perspective drawing (Wireframe and Solids).
  • Supports Animated GIF generation.

What is MSWLogo?

MSWLogo is a programming language combined with a graphical user interface used for creating and running Logo programs. It provides a graphical interface and a turtle graphics system, allowing you to create images, logos, animations, and games by giving commands to a virtual turtle.

MSWLogo is a Windows-based version of Logo that includes additional features and functionality, making it popular among educators and learners of all ages. Historically, Logo is a simple programming language that was developed in the 1960s and is primarily used for educational purposes to teach programming concepts to beginners. Hence, you will only have to focus on the concepts of programming rather than getting bogged down by complex syntax. It can really help beginners understand programming concepts, logic, and problem-solving skills in a visually engaging way.

Download MSWLogo for Windows 7/10 32-64 bit PC

Download MSW Logo latest version for Windows 7, Windows 10, Windows 11, Windows Vista, and Windows XP PC, directly from our fast and secure downloading server for free. This is an offline installer setup of MSW Logo software and you can install it on both 32-bit and 64-bit Windows operating systems. MSWLogo software Download is also available for Mac, iOS, and Android devices.

Free Download for PC

Download Information

  • Developer: Softronix
  • Version: 6.5b
  • Use: Free of charge
  • File Size: 1.7 MB
  • Downloads: 117,651
  • Request: Windows 10/7/11/8.1/Vista/XP

MSWLogo programming software interface

Main features of the software Microsoft Windows Logo

  • Logo Software is a Logo-based programming environment, used in education at the elementary level and above.
  • It is a completely free open-source programming software for computers.
  • An easy-to-learn programming tool, suitable for children and those who are new to programming languages.
  • Used to create simple games or programs for Windows.
  • Getting acquainted with MSLogo is easy thanks to its intuitive video tutorials and instructions, allowing for quick graphing.
  • The interface is extremely simple and intuitive, suitable for elementary students.
  • Integrate many help documents for children to quickly familiarize themselves with the programming environment.
  • Use simple, easy-to-remember commands to draw shapes, move turtles, and more.

As programming software used in an educational environment, the advantage of MS Logo is that it is easy to learn and understand. This tool is suitable for new learners or children, such as elementary school students. Children can use MSWLogo to create simple games or Windows programs.

MSW Logo interface has a basic MS Basic style, making it easy for users to draw graphs and code in a short time. Currently, MSWLogo supports LGO and BMP formats.

After only a few hours of learning programming with this Logo software, learners can start making games and building basic apps. Although there are many limitations, MSWLogo is considered a premise for learners to continue with more complex programming software such as Free Pascal, Node.js …

MSWLogo 6.5b:

  • Fixed the problem of the program consuming too much CPU in an idle state.
  • Removed the OLE server due to command line corruption.
  • New installer for Win XP.
  • End support for Win 95 and below platforms.
  • Switch to Pentium processors to speed up programs.
  • Fixed lack of resources for some Borland OWL Exceptions.
  • Fixed crash when closing some network connections.
  • Fixed a crash when moving the turtle past the maximum floating-point.
  • And fixed some other minor bugs.

What is the full form of the MSWLogo?

The Full Form Of MSWlogo is master of social work .MSWLogo is an interpreted language based on Logo, with a GUI front end. It was developed by George Mills at MIT. Its core is the same as UCBLogo by Brian Harvey. It is free software, with source available, in Borland C++.

Who is the creator of MSWLogo programming language?

For logos of Microsoft Corporation, see Microsoft logos. MSWLogo is a programming language which is interpreted, based on the language Logo, with a graphical user interface (GUI) front end. It was developed by George Mills at the Massachusetts Institute of Technology (MIT). Its core is the same as UCBLogo by Brian Harvey.

What is the full form of MSW logo?

There are a few meanings of MSW…. Master of Social Work, Medical Social Worker, Microsoft Word, Microsoft Windows,Municipal Solid Waste. 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 What is the full form of logo? LanguageOfGraphicOriented

What kind of graphics does MSWLogo support?

MSWLogo supports multiple turtle graphics, 3D computer graphics, and allows input from ports COM and LPT. It also supports a windows interface, so input/output (I/O) is available through this GUI, and keyboard and mouse events can trigger interrupts.

What is turtle in computer class 3?

The “turtle” is an imaginary pen that is given drawing commands, such as go forward and turn right. On screen, the turtle is shaped like a triangle.

What is input box in MSWLogo?

The input box is tied to the Output/Command-Recall List and the Execute button. You type instructions in the input box and then have Logo run them when you press the Enter key or the Execute button. Pressing the Up/Down arrow keys automatically jumps (gives focus) to the output/command-recall list box.

What is turtle in computer for class 3?

Turtle in computer language is referred to a triangle shaped object. It is used to draw graphics through the use of command interface. It is actually an imaginary pen. It is used in the LOGO language.

What does turn 90 do in turtle?

5.4. More Turtle Procedures and Functions

Name Input Description
right angle Turns the turtle clockwise by the specified angle
setheading angle Turns the turtle to face the given heading. East is 0, north is 90, west is 180, and south is 270.
Turtle None Creates and returns a new turtle object

Main features of the software Microsoft Windows Logo

  • Logo Software is a Logo-based programming environment, used in education at the elementary level and above.
  • It is a completely free open-source programming software for computers.
  • An easy-to-learn programming tool, suitable for children and those who are new to programming languages.
  • Used to create simple games or programs for Windows.
  • Getting acquainted with MSLogo is easy thanks to its intuitive video tutorials and instructions, allowing for quick graphing.
  • The interface is extremely simple and intuitive, suitable for elementary students.
  • Integrate many help documents for children to quickly familiarize themselves with the programming environment.
  • Use simple, easy-to-remember commands to draw shapes, move turtles, and more.

As programming software used in an educational environment, the advantage of MS Logo is that it is easy to learn and understand. This tool is suitable for new learners or children, such as elementary school students. Children can use MSWLogo to create simple games or Windows programs.

MSW Logo interface has a basic MS Basic style, making it easy for users to draw graphs and code in a short time. Currently, MSWLogo supports LGO and BMP formats.

After only a few hours of learning programming with this Logo software, learners can start making games and building basic apps. Although there are many limitations, MSWLogo is considered a premise for learners to continue with more complex programming software such as Free Pascal, Node.js …

Функции

MSWLogo, начиная с версии 6.5b, поддерживает множество функций, в том числе:

  • TCP / IP Winsock сеть
  • Win16, Win32, Win32s
  • Текст во всех доступных шрифтах и ​​размерах.
  • 1024 независимых черепахи.
  • Растровые черепахи
  • Вырезать, вставить, растянуть растровое изображение
  • Текст из буфера обмена и растровые изображения
  • MIDI устройства
  • Прямой ввод / вывод для управления внешним оборудованием
  • Связь через последовательный и параллельный порт
  • Масштабирование
  • Хвостовая рекурсия: оптимизирует большинство рекурсивных функций
  • Обработка ошибок пользователя
  • Стандартный анализ логотипа
  • Сохранение и восстановление изображений в файлах формата .BMP
  • Цветовые биты на пиксель: 1, 4, 8, 16, 24
  • Стандартная гипертекстовая справка Windows
  • Стандартная печать Windows
  • Отдельная библиотека и рабочая зона
  • Создание диалоговых окон Windows
  • Программирование, управляемое событиями: мышь, клавиатура, таймер
  • Мультимедийные устройства: WAV звуковые файлы, CD-ROM контроль и др.
  • Таймеры событий, позволяющие многопроцессорность
  • Трехмерный перспективный чертеж: каркасный и твердый
  • Создание анимированных GIF
Команда Сокращения Синтаксис Выход Пример
ВПЕРЕД fd ВПЕРЕД (пробел) Перемещает черепаху вперед указанное количество раз «вперед 100» или «fd 100»
НАЗАД bk НАЗАД (пробел) Перемещает черепаху назад указанное количество раз «назад 100» или «bk 100»
ВЕРНО rt ВПРАВО (пробел) Поворачивает черепаху вправо на указанное количество градусов «right 228» или «rt 228»
ОСТАВИЛИ lt ВЛЕВО (пробел) Поворачивает черепаху влево на указанное количество градусов «left 228» или «lt 228»
ДОМА дома Дома Попадает в центр экрана, но не очищает экран «дома»
ЧИСТЫЙ ct cs Чистый Очищает экран от следов, но черепаха остается на месте, не двигаясь «чистый»
ОЧИСТИ ЭКРАН CS Очисти экран Очищает экран от следов и переходит в центр экрана «CS»
СКРЫТАЯ ЧАСТЬ HT Шкура черепахи Скрывает черепаху и помогает видеть четкий рисунок на экране «ht»
ЧЕРЕПАХА ST Показать черепаху Показывает черепаху после того, как она скрыта с экрана «ул»
PENUP ПУ (набор) Ручка вверх Устанавливает черепаху двигаться без рисования «пу»
ПЕНДАУН PD (сбрасывает) Pen Сбрасывает на перо для рисования, когда приказывает переместить «pd»
CLEARTEXT CT Очистить текст Удаляет весь текст на командном экране «ct»
КРУГ повторить 360 Круг Делает круг «круг»
Шаблон платить Шаблон Делает выкройку «шаблон»

What is the meaning of MSWLogo?

MSWLogo is a programming language which is interpreted, based on the language Logo, with a graphical user interface (GUI) front end. It was developed by George Mills at the Massachusetts Institute of Technology (MIT).

What is Computer Turtle?

Turtle in computer language is referred to a triangle shaped object. It is used to draw graphics through the use of command interface. It is actually an imaginary pen. It is used in the LOGO language. This language is usually taught to beginners or kids.

What is full form of FD command?

The FD (file delete) command deletes the current item.

What is a full form of Logo?

The full form of logo stands for Language of graphics-oriented. The term LOGO is a symbol which is used to recognize a public identification of a brand or company.

How long can turtles live?

Even so, if an individual survives to adulthood, it will likely have a life span of two to three decades. In the wild, American box turtles (Terrapene carolina) regularly live more than 30 years. Obviously, sea turtles requiring 40 to 50 years to mature will have life spans reaching at least 60 to 70 years.

What is full form of Logo?

Step 2: Step 2 Making a Procedure for MSW Logo to Follow

A procedure is the steps the turtle will take to draw or make something.You can run a procedure by typing in the commander window it’s name.Let’s make a procedure that draws a square on the screen.Click File then edit in the main window then type in the name of the new procedure.Type: Square Then press enter or OK.Click after the word Square and press enter.How do you make a square easy , type:FD 50 RT 90 four timesThen click File save and exit.In the commander window type the procedure Square then execute and the turtle draws a 50 x 50 x 50 x 50 square.Now click Edall in the commander window and go to the procedure square and delete the FD 50 and RT 90’s.Let’s make the procedure again but lets make it shorter to type now type:Repeat 4 FD 50 RT 90Please put square brackets around FD 50 RT 90.The repeat will repeat the commands in the brackets four times.Now click File save and exit now go the commander window and type square again and press enter.It draws a square on the screen.Now that you know how to make a square it should be easy to make other shapes.If you want to make a triangle , type instead of Repeat 4 FD 50 RT 90Repeat 4 FD 50 RT 120Please add square brackets around FD 50 RT 90.I can’t put square brackets because it will make a link to nowhere.

Понравилась статья? Поделиться с друзьями:
Jsk-oren
Добавить комментарий

;-) :| :x :twisted: :smile: :shock: :sad: :roll: :razz: :oops: :o :mrgreen: :lol: :idea: :grin: :evil: :cry: :cool: :arrow: :???: :?: :!: