Jump to content
THIS IS THE TEST SITE OF EUROBRICKS!
THIS IS THE TEST SITE OF EUROBRICKS!

Fulan0

Eurobricks New Members
  • Joined

  • Last visited

  1. I like this car very much, I cant build it because I miss some parts, but I'll try to build something similar Very good job
  2. You only have to change the three IF clauses: Substitute if(Sensor.S3.readValue()==700) With if((Sensor.S3.readValue()>=690) && (Sensor.S3.readValue()<=710)) Substitute else if(Sensor.S3.readValue() > 700) With else if(Sensor.S3.readValue() > 710) Substitute else if(Sensor.S3.readValue() < 700) With else if(Sensor.S3.readValue() > 690) Thats all!
Sponsored Links