Caitlin Duncan
Published © LGPL

Time's Up Watch

This watch is a protest object that raises awareness for the Time's Up movement.

BeginnerFull instructions provided1 hour487
Time's Up Watch

Story

Read more

Code

Time's Up Watch

JavaScript
input.onGesture(Gesture.Shake, function () {
    input.setAccelerometerRange(AcceleratorRange.OneG)
    light.showRing(
        "red red red red red red red red red red"
    )
    light.setAll(0xff0000)
    light.setBrightness(230)
    music.playSound(music.sounds(Sounds.Siren))
    music.setVolume(170)
})

Credits

Caitlin Duncan

Caitlin Duncan

4 projects • 0 followers

Comments