Hi, our names are Kellen and DeAndre. We made the Pen Monster. It is the Lego version of the machines used to paint street lines. We programmed our Pen Monster to make a square and a triangle. We had to type in procedures to give instructions to the Lego motor and sound generator.
We had to use our brains to figure out some problems. At first the triangle had one side too long. We solved that problem by turning the wheel before starting it. The reason we used that solution is because when the wheel started it was staight but when the pen monster turned, the wheel wasn't straight.
Below are 3 pictures and the programming. The first picture shows the Pen Monster next to the computer. The next two show the Pen Monster next to it's drawings.
to forward
talkto [motora soundb]
setleft onfor 20
end
to turn
talkto [motora soundb]
setright onfor 18
end
to square
forward
turn
forward
turn
forward
turn
forward
end
to turnt
talkto [motora soundb]
setright onfor 22
end
to forwardt
talkto "motora
setleft onfor 17
end
to triangle
forward
turnt
forward
turnt
forward
end
to stop
stopall
end