here is my own shape using MSW logo
Wednesday, June 17, 2009
how to make a resizable shape
In order to make a resizable shape you have to be make a normal shape and type in the equation for a normal shape and then change the part were you put foward into a name and next to the name type a number.
For example for a triangle it would look like this:
to trianglez :daniela3
rt 270 repeat 3 [fd :daniela3 rt 120]
end
For example for a triangle it would look like this:
to trianglez :daniela3
rt 270 repeat 3 [fd :daniela3 rt 120]
end
rotated shape
how to do a triangle
Wednesday, June 10, 2009
how to do a shape in MSW logo
You have to use commands in order to make your shape.
If you want to make a square big as 90 degrees, you can make it easier so it wouldn't be to much work you just write inside edall : repeat 4[fd 90 rt 90]. fd-foward, rt-rigth and after you write end and click file save exit and when you are going to get out click flie save
If you want to make a triangle you write : rt 270 repeat 3 [fd 90 rt 120] and then you put it in edall
If you want to make a square big as 90 degrees, you can make it easier so it wouldn't be to much work you just write inside edall : repeat 4[fd 90 rt 90]. fd-foward, rt-rigth and after you write end and click file save exit and when you are going to get out click flie save
If you want to make a triangle you write : rt 270 repeat 3 [fd 90 rt 120] and then you put it in edall
Subscribe to:
Posts (Atom)