Blockland Forums > Suggestions & Requests
blinking lights
chills58:
i was thinking for the scary builds, why not have blinking bulb,blue light red ect. would be cool for decorations and to add a spooky effect to a city build
Makanix:
Use relays.
Dr.Block:
0 X OnActivate > self > FireRelay
1 X OnRelay > self > FireRelay
2 X OnRelay > self > SetLight > (any light here)
3 X OnRelay > self > ToggleEvenEnabled > 2 4
4 OnRelay > self > Set ight > NONE
I haven't tested this, but I think it will give a brick a blinking light that will keep blinking from the moment you click it.
chills58:
now add where you can turn it off and on. it would just be better to have the lights already blinking like the yellow light that already does
Regulith:
Just add
5 [ ] OnActivate | Self | cancelevents
6 [/] OnActivate | Self | toggleeventenabled | [0 5 ]