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

@ -16,7 +16,7 @@ If a touch sensor was pressed, then that event is remembered. Once you check if
If the touch sensor ``touch 1`` was pressed, show a `green` status light. Otherwise, set the status light to `orange`.
```blocks
```typescript
forever(function () {
if (sensors.touch1.wasPressed()) {
brick.setStatusLight(StatusLight.Green)

View File

@ -83,6 +83,7 @@ namespace sensors {
//% help=sensors/touch-sensor/was-pressed
//% block="**touch** %this|was pressed"
//% blockId=touchWasPressed
//% blockHidden=true
//% parts="touch"
//% blockNamespace=sensors
//% this.fieldEditor="ports"