Alex's 4WD Rc car

This is a webpage about a project I made in my computer class. I made a 4 wheel drive Lego remote control car. Since the RCX brick has only three motor slots I had to put two motors in the same slot. It went alot faster then the 2 wheel drive car I made before it I tested it on the same course as the other car and this one got 50 seconds. Below is a picture of the car and the programming I wrote:

to start
athatway
bthatway
cthatway
asetpower 7
bsetpower 7
csetpower 7
loop [drive]
end

to drive
if switch1 [left]
if switch2 [forwards]
if switch3 [back]

to left
athatway
bthatway
cthisway
aon
bon
con
wait 30
aoff
coff
boff
end

to forwards
athisway
bthatway
cthisway
aon
bon
con
wait 10
aoff
coff
boff
end

to back
athatway
bthisway
cthatway
aon
bon
con
wait 10
aoff
coff
boff
end

Vina Danks Home Page||Student Lego Projects