ec1ceea138
* bump version * Light Condition -> Light * roll back 0.1.11
9 lines
212 B
Markdown
9 lines
212 B
Markdown
# Light the way Activity 1
|
|
|
|
```blocks
|
|
sensors.color3.onLightDetected(LightIntensityMode.Ambient, Light.Dark, function () {
|
|
brick.showImage(images.objectsLightOn)
|
|
pause(5000)
|
|
brick.clearScreen()
|
|
})
|
|
``` |