Page 1 of 1

Simple as possible lamps animation loop

Posted: Sat Jul 09, 2022 1:17 am
by GugaStarr
insertergif.gif
insertergif.gif (707.95 KiB) Viewed 1588 times
It uses constant combinators with coded signals, a clock that increases each 1/4s, and a left bit shift combinator.


Re: Simple as possible lamps animation loop

Posted: Fri Jul 15, 2022 3:29 am
by Tallywort
So if I got it rght, it's one signal for each lamp and the bits encode when in the animation that lamp is turned on/off. And then just a clock to drive the bitshift, with a division to make the animation slower.