hiding the was pressed block (#401)

This commit is contained in:
Peli de Halleux
2018-04-03 04:10:35 -07:00
committed by GitHub
parent 6c626f9c98
commit c0413aa192
10 changed files with 14 additions and 12 deletions

View File

@ -17,8 +17,8 @@ sensors.color(ColorSensorColor.Blue)
```cards
sensors.touch1.onEvent(ButtonEvent.Pressed, function () {})
sensors.touch1.pauseUntil(ButtonEvent.Pressed)
sensors.touch1.wasPressed()
sensors.touch1.isPressed()
sensors.touch1.wasPressed()
```
## Gyro