ea956f1a73
* renaming up/down/click to released/pressed/bump * missing images * fixing signature issue * updated strings * white lego logo
9 lines
243 B
Markdown
9 lines
243 B
Markdown
# Security Gadget
|
|
|
|
This program will activate an alarm when an object is lifted from the Touch Sensor.
|
|
|
|
```blocks
|
|
sensors.touch1.onEvent(ButtonEvent.Released, function () {
|
|
music.playSoundEffectUntilDone(sounds.informationActivate);
|
|
})
|
|
``` |