renamed tutorial
This commit is contained in:
		
							
								
								
									
										9
									
								
								docs/tutorials/stop-at-object.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								docs/tutorials/stop-at-object.md
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,9 @@
 | 
			
		||||
# Stop At Object
 | 
			
		||||
 | 
			
		||||
This is a code example to detect contact or collision with another object. It uses a touch sensor to detect hitting a wall or other obstacle. The motors are run and then stopped when the sensor is pressed.
 | 
			
		||||
 | 
			
		||||
```blocks
 | 
			
		||||
motors.largeBC.tank(50, 50)
 | 
			
		||||
sensors.touch1.pauseUntil(ButtonEvent.Pressed)
 | 
			
		||||
motors.largeBC.stop()
 | 
			
		||||
```
 | 
			
		||||
@@ -16,10 +16,10 @@
 | 
			
		||||
  "url":"/tutorials/touch-sensor-values",
 | 
			
		||||
  "imageUrl":"/static/tutorials/touch-sensor-values.png"
 | 
			
		||||
}, {
 | 
			
		||||
  "name": "Pause Until Pressed",
 | 
			
		||||
  "name": "Stop At Object",
 | 
			
		||||
  "description": "Waits for the sensor to be pressed before continuing the program",
 | 
			
		||||
  "cardType": "tutorial",
 | 
			
		||||
  "url":"/tutorials/pause-until-pressed",
 | 
			
		||||
  "url":"/tutorials/stop-at-object",
 | 
			
		||||
  "imageUrl":"/static/tutorials/pause-until-pressed.png"
 | 
			
		||||
}]
 | 
			
		||||
```
 | 
			
		||||
@@ -28,4 +28,4 @@
 | 
			
		||||
 | 
			
		||||
[Touch to Run](/tutorials/touch-to-run),
 | 
			
		||||
[Touch Sensor Values](/tutorials/touch-sensor-values),
 | 
			
		||||
[Pause Until Pressed](/tutorials/pause-until-pressed)
 | 
			
		||||
[Stop At Object](/tutorials/stop-at-object)
 | 
			
		||||
		Reference in New Issue
	
	Block a user