Author Topic: Making an Event Count Down?  (Read 366 times)

Hey peoples! I've seen come pretty cool count down events on print bricks... but how do they do it? I get kind of what it is but if I wanted to get a countdown from 5:00 I'd have to have like 5000 event strings... D: Please help!

You could do a relay loop and have
On activate > Named brick (the smallest print) > Fire realy



On the smallest print
1000 delay (1 sec)  > Self > fire relay
On relay > Self > Decrease print count
on print under flow > Named brick (next smallest) > Decrease print count


And etc.

I hope that made sense, if not feel free to ask again :)