Download presentation
Presentation is loading. Please wait.
1
LOGO 32 By: Xenon 9S
2
How to find it? 1st : go to my computer
2nd : shared area -> high school -> ICT 3rd : Use the search bar, type in: Logo 4th : Select, ‘copy of logo’ 5th : Lastly select ‘logo32’
3
Basic commands Pu: pen up Pd: pen down Lt: left Rt: right Fd: forward
To turn, you must put the number of the degree you want to turn too. To go forward, you must put the number of how far you want it to go.
4
Making a basic shape Controls in order Fd 100 Lt 90 Rt 100
5
Variables Variables is the input that can be changed such as making a square or changing it into a triangle Example: Square= to square :length REPEAT 4 [FD :length RT 90] end
6
Variable examples Examples: Triangle: To triangle :length lt 90
repeat 3[fd :length rt 120] end Square : to house square 100 fd 100 rt 90 triangle 100 bk 100 fd 70 square 40
7
Procedure Procedure in LOGO32 means you can just type a word and it makes a shape for you. For example type ‘robot’ and a robot will come up How? You go into Edall and type in the codes for the robot. Tip! LOGO has already installed the code for a circle. You can just type ‘circle 100 (or any number)’, a circle would just appear for you
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.