This is a webpage about a project I made in my computer class. I had to make a Lego remote control car. First, I made a bumper car and then I made some modifications to it. I took off the touch sensors and used them as buttons instead. I had three buttons. One button went forward, one went backwards, and one went right. Below is a picture and the programming I wrote:
to start
athisway
cthatway
asetpower 7
csetpower 7
loop [drive]
end
to drive
ifelse switch1 [athisway cthatway aon con] [aoff]
ifelse swith2 [athatway cthisway aon con]
ifelse switch3 [con] [coff]
end