Jump to content
Issues with Images is known, we are working on it. ×

Fulan0

Eurobricks New Members
  • Posts

    2
  • Joined

  • Last visited

About Fulan0

Recent Profile Visitors

322 profile views
  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!
×
×
  • Create New...