248 B
248 B
Security Gadget
This program will activate an alarm when an object is lifted from the Touch Sensor.
sensors.touch1.onEvent(TouchSensorEvent.Released, function () {
music.playSoundEffectUntilDone(sounds.informationActivate);
})